diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
tree | f979656ed109e888baec4c361944b615bc0f7d2c /usr.bin/strings/strings.c | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
Diffstat (limited to 'usr.bin/strings/strings.c')
-rw-r--r-- | usr.bin/strings/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c index 898a0f9ca96c3..bf865f7d9016c 100644 --- a/usr.bin/strings/strings.c +++ b/usr.bin/strings/strings.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif static const char rcsid[] = - "$Id: strings.c,v 1.7 1999/03/29 13:18:16 phk Exp $"; + "$Id: strings.c,v 1.6.2.1 1999/05/04 11:34:55 kris Exp $"; #endif /* not lint */ #include <sys/types.h> |