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