diff options
Diffstat (limited to 'usr.bin/ranlib/build.c')
| -rw-r--r-- | usr.bin/ranlib/build.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index 6d57268ae43..205b5ad6065 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)build.c 5.3 (Berkeley) 3/12/91"; +/*static char sccsid[] = "from: @(#)build.c 5.3 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: build.c,v 1.2 1993/08/01 18:09:57 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> |
