summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/util.c
diff options
context:
space:
mode:
authorwsanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
committerwsanchez <wsanchez@FreeBSD.org>2000-07-09 02:54:54 +0000
commit2114340468f38d534cfe2da4a94fc593d8e9faef (patch)
tree4c97bb781e46041f2e916df2a892e38c43e6e1e1 /usr.bin/make/util.c
parent712e1316bf306af7da62bbcc7b8532c1b7d81e03 (diff)
downloadFreeBSD-src-2114340468f38d534cfe2da4a94fc593d8e9faef.zip
FreeBSD-src-2114340468f38d534cfe2da4a94fc593d8e9faef.tar.gz
Use __RCSID()
Diffstat (limited to 'usr.bin/make/util.c')
-rw-r--r--usr.bin/make/util.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index 7dc7399..57ab0c0 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -2,14 +2,15 @@
* Missing stuff from OS's
*/
-#include <stdio.h>
-#include <errno.h>
-#include "make.h"
-
#ifndef lint
+#include <sys/cdefs.h>
__RCSID("$FreeBSD$");
#endif
+#include <stdio.h>
+#include <errno.h>
+#include "make.h"
+
#if !__STDC__
# ifndef const
# define const
OpenPOWER on IntegriCloud