diff options
Diffstat (limited to 'usr.bin/yes/yes.c')
-rw-r--r-- | usr.bin/yes/yes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index aae13b9a09b5..edaa9b493c76 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -41,7 +41,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.bin/yes/yes.c,v 1.5 2002/11/09 21:00:39 dwmalone Exp $"; #endif #endif /* not lint */ |