summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-03 14:50:31 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-03 14:50:31 +0000
commit7a54ebe19dd22e6a3687c4cc0a8be52ac06249dc (patch)
tree8dbc5ffc665535f2a789b092b7ac376ae2675feb /usr.bin
parentfc27b969e8d62f94fa3642240cae8c984c6ad87c (diff)
downloadFreeBSD-src-7a54ebe19dd22e6a3687c4cc0a8be52ac06249dc.zip
FreeBSD-src-7a54ebe19dd22e6a3687c4cc0a8be52ac06249dc.tar.gz
Revert revision 1.22. I incorrectly modified the Berkeley identifiers.
Requested by: bde, mike
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xargs/xargs.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 266977b..6a81417 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -36,10 +36,19 @@
* $xMach: xargs.c,v 1.6 2002/02/23 05:27:47 tim Exp $
*/
+#ifndef lint
+static const char copyright[] =
+"@(#) Copyright (c) 1990, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
+#endif /* not lint */
+
+#if 0
+#ifndef lint
+static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93";
+#endif /* not lint */
+#endif
+
#include <sys/cdefs.h>
-__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
-__SCCSID("@(#)xargs.c 8.1 (Berkeley) 6/6/93");
__FBSDID("$FreeBSD$");
#include <sys/types.h>
OpenPOWER on IntegriCloud