diff options
author | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:48:37 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:48:37 +0000 |
commit | 32744e40cd245f04ae7eabd1b82018939d78b14f (patch) | |
tree | e746124b16ee97bb757dbd06a98df44c2ac06841 /usr.bin/mkstr | |
parent | a8b1e5be582ec0cc5957d5a29bdbd8261f919405 (diff) | |
download | src-test2-32744e40cd245f04ae7eabd1b82018939d78b14f.tar.gz src-test2-32744e40cd245f04ae7eabd1b82018939d78b14f.zip |
Notes
Diffstat (limited to 'usr.bin/mkstr')
-rw-r--r-- | usr.bin/mkstr/mkstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index 7f2efe25766c..588af2c20760 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -42,12 +42,13 @@ static const char copyright[] = static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mkstr.c,v 1.2 1997/07/24 07:05:02 charnier Exp $"; #endif /* not lint */ #include <err.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #define ungetchar(c) ungetc(c, stdin) |