summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-05-12 04:02:57 +0000
committerbde <bde@FreeBSD.org>2002-05-12 04:02:57 +0000
commit66189f380be3f870ebd48dd81c086930001040e7 (patch)
tree5a932f8496e99ae7888d7fed5cb51a070bd1ca5b /usr.bin
parent497f9fbf899448b2870ef4feb98022f028988947 (diff)
downloadFreeBSD-src-66189f380be3f870ebd48dd81c086930001040e7.zip
FreeBSD-src-66189f380be3f870ebd48dd81c086930001040e7.tar.gz
Fixed 5 style bugs in VCS ids.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xinstall/xinstall.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 16c039b..5253432 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -31,19 +31,21 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1987, 1993\n\
The Regents of the University of California. All rights reserved.\n";
-#endif
+#endif /* not lint */
+#if 0
#ifndef lint
-static const char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";
+static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93";
+#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/mman.h>
#include <sys/mount.h>
OpenPOWER on IntegriCloud