diff options
Diffstat (limited to 'usr.bin/expand/expand.c')
-rw-r--r-- | usr.bin/expand/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index fcc723083a99..d3349702f197 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/expand/expand.c,v 1.5.2.1 2000/07/02 11:19:29 ps Exp $"; #endif /* not lint */ #include <ctype.h> |