summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/util.c')
-rw-r--r--usr.bin/make/util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index 3874e96..7dc7399 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -2,14 +2,14 @@
* Missing stuff from OS's
*/
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
-
#include <stdio.h>
#include <errno.h>
#include "make.h"
+#ifndef lint
+__RCSID("$FreeBSD$");
+#endif
+
#if !__STDC__
# ifndef const
# define const
OpenPOWER on IntegriCloud