diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:30 +0000 |
| commit | bdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch) | |
| tree | 4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/split/split.c | |
| parent | ac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff) | |
Diffstat (limited to 'usr.bin/split/split.c')
| -rw-r--r-- | usr.bin/split/split.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index e246a0d4adfc..669e95da4933 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)split.c 8.2 (Berkeley) 4/16/94"; -#endif #include <sys/param.h> #include <sys/stat.h> |
