Exclude from memory checks

This commit is contained in:
Ron Pedde 2003-11-26 06:12:53 +00:00
parent 5bb7712b5b
commit 72d19c0777
3 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,9 @@
Change History (most recent first):
$Log$
Revision 1.2 2003/11/26 06:12:53 ron
Exclude from memory checks
Revision 1.1 2003/10/23 21:43:01 ron
Add Apple mDNS reponder
@ -52,6 +55,7 @@ First checkin
#include <sys/uio.h>
#include <netinet/in.h>
#define __IN_ERR__
#include "err.h"
#include "mDNSUNP.h"

View File

@ -66,6 +66,9 @@
Change History (most recent first):
$Log$
Revision 1.2 2003/11/26 06:12:53 ron
Exclude from memory checks
Revision 1.1 2003/10/23 21:43:01 ron
Add Apple mDNS reponder
@ -91,6 +94,7 @@ First checkin
#include <unistd.h>
#include <stdio.h>
#define __IN_ERR__
#include "err.h"
/* Solaris defined SIOCGIFCONF etc in <sys/sockio.h> but

View File

@ -73,6 +73,9 @@
Change History (most recent first):
$Log$
Revision 1.6 2003/11/26 06:12:53 ron
Exclude from memory checks
Revision 1.5 2003/11/23 18:13:15 ron
Exit rather than returning... shouldn't make a difference, but does. ?
@ -111,6 +114,7 @@
#include <signal.h>
#include <fcntl.h>
#define __IN_ERR__
#include "err.h"
#pragma mark ***** Globals