diff options
Diffstat (limited to 'usr.bin/write/write.c')
| -rw-r--r-- | usr.bin/write/write.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 6e06f0b0a3f..9721743f159 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)write.c 4.22 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)write.c 4.22 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: write.c,v 1.2 1993/08/01 18:01:05 mycroft Exp $"; #endif /* not lint */ #include <sys/param.h> |
