diff options
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r-- | usr.bin/m4/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 41b7b1385fe9..2ff2835a460f 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/m4/main.c,v 1.6 1999/08/28 01:03:20 peter Exp $"; #endif /* not lint */ /* |