diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:57:45 +0000 |
| commit | a92bee191d618605d749ddc8e410d0ae66d03752 (patch) | |
| tree | 8b0a77c1f63b9503f1ac78b6e57385e24915569a /usr.bin/xargs | |
| parent | 5a36642d85fbe886b7cd07e369a498e02df127dc (diff) | |
Notes
Diffstat (limited to 'usr.bin/xargs')
| -rw-r--r-- | usr.bin/xargs/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index fdf524ce4a4e..2ad94cc90926 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: xargs.c,v 1.8 1999/05/23 15:58:22 jmz Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |
