diff options
Diffstat (limited to 'usr.bin/tr/str.c')
| -rw-r--r-- | usr.bin/tr/str.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index ff27e4add3ce0..0e33752a1dce4 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -36,7 +36,7 @@  static char sccsid[] = "@(#)str.c	8.2 (Berkeley) 4/28/95";  #endif  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/usr.bin/tr/str.c,v 1.10 1999/08/28 01:06:50 peter Exp $";  #endif /* not lint */  #include <sys/cdefs.h> | 
