summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-17 17:46:29 +0000
committerobrien <obrien@FreeBSD.org>2005-05-17 17:46:29 +0000
commitc856e4db22f5d9eccd0c696168d49ea7de6d6141 (patch)
treea3dc8c72e4de1473a7135b3e3dadb3583b6ca8b8 /lib/libstand/stand.h
parent86733f6df73da158f8f50db48bcf9ae360a8215c (diff)
downloadFreeBSD-src-c856e4db22f5d9eccd0c696168d49ea7de6d6141.zip
FreeBSD-src-c856e4db22f5d9eccd0c696168d49ea7de6d6141.tar.gz
Don't use a patch w/in /usr/src. Programmatically change files when needed.
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index eba6a0c..2279bc7 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -62,6 +62,9 @@
* @(#)stand.h 8.1 (Berkeley) 6/11/93
*/
+#ifndef STAND_H
+#define STAND_H
+
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/stat.h>
@@ -408,3 +411,5 @@ void Free(void *, const char *, int);
#define free(x) Free(x, NULL, 0)
#define realloc(x, y) Realloc(x, y, NULL, 0)
#endif
+
+#endif /* STAND_H */
OpenPOWER on IntegriCloud