summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-03-05 05:17:30 +0000
committermike <mike@FreeBSD.org>2002-03-05 05:17:30 +0000
commit210ccec69008253f05628e2990d36c9b26a4ec3a (patch)
tree71f36524da7414e1b39fd75a7c236840e582d044 /usr.bin
parent605c439175158d318ccd3940427832696c943158 (diff)
downloadFreeBSD-src-210ccec69008253f05628e2990d36c9b26a4ec3a.zip
FreeBSD-src-210ccec69008253f05628e2990d36c9b26a4ec3a.tar.gz
Fix vendor ID (mostly obtained from Rev 1.1).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xargs/xargs.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 7fb536e..80f4ab5 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -34,20 +34,21 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
-static const char copyright[] =
+static char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
-#endif
+#endif /* not lint */
#ifndef lint
-static const char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
+#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/wait.h>
OpenPOWER on IntegriCloud