aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-05-02 05:21:35 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-05-02 05:21:35 +0000
commiteee11f05b466aa6924477079b4d4c95ef715df55 (patch)
tree8dc26d0db7a66b722d134535b06230c961054688 /usr.bin/xargs
parent76ccb81ef2e9952a31e283af1098cf388394dd04 (diff)
downloadsrc-eee11f05b466aa6924477079b4d4c95ef715df55.tar.gz
src-eee11f05b466aa6924477079b4d4c95ef715df55.zip
__COPYRIGHT() and __SCCSID().
Notes
Notes: svn path=/head/; revision=95917
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 6a814172486b..266977beca04 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>