diff options
Diffstat (limited to 'usr.bin/ranlib/build.c')
| -rw-r--r-- | usr.bin/ranlib/build.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index 3b70630c5798..eedb7215d08d 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -35,11 +35,14 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)build.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <sys/types.h> -#include <sys/errno.h> #include <sys/stat.h> #include <a.out.h> |
