summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-02 05:21:35 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-02 05:21:35 +0000
commite9426bc22e9fbe2baa1a0844b4f8103a1a1e9e03 (patch)
tree8dc26d0db7a66b722d134535b06230c961054688 /usr.bin/xargs
parentb93236f095388c6077f0eb42a87b3b8a7acbefc2 (diff)
downloadFreeBSD-src-e9426bc22e9fbe2baa1a0844b4f8103a1a1e9e03.zip
FreeBSD-src-e9426bc22e9fbe2baa1a0844b4f8103a1a1e9e03.tar.gz
__COPYRIGHT() and __SCCSID().
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.c15
1 files changed, 3 insertions, 12 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 6a81417..266977b 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -36,19 +36,10 @@
* $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