diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-01-28 07:36:25 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-01-28 07:36:25 +0000 |
| commit | 76cd8d66fedd20f3abd12e0c15b01f75db2fefcc (patch) | |
| tree | ce750f244f1dc679f30b36a0a82f4e1db2625793 /usr.bin/file/internat.c | |
| parent | 0fc319ac446994458be33e4ab71724b6772b88ea (diff) | |
Notes
Diffstat (limited to 'usr.bin/file/internat.c')
| -rw-r--r-- | usr.bin/file/internat.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/file/internat.c b/usr.bin/file/internat.c index 59a508a4f75c..ffb7aa2e21dc 100644 --- a/usr.bin/file/internat.c +++ b/usr.bin/file/internat.c @@ -1,3 +1,9 @@ + +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + #include "file.h" #include <string.h> |
