diff options
Diffstat (limited to 'usr.bin/apply/apply.c')
-rw-r--r-- | usr.bin/apply/apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index fe060a0de8e70..13639d9144f2c 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -39,7 +39,7 @@ static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/apply/apply.c,v 1.8 1999/12/05 19:53:37 charnier Exp $"; #endif /* not lint */ #include <sys/wait.h> |