diff options
| author | John Hay <jhay@FreeBSD.org> | 1998-06-01 18:34:19 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 1998-06-01 18:34:19 +0000 |
| commit | a39b117f805432df4f37ec12686f0b7b3e802948 (patch) | |
| tree | bec98de41de0cd2db42ce9a925a37160c2278457 /usr.bin | |
| parent | c6bf2e49471ed4a60354ff19b440c3d0298a107a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/kzip/kzip.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kzip/kzip.c b/usr.bin/kzip/kzip.c index 3bc3e0f70c14..053ae509debd 100644 --- a/usr.bin/kzip/kzip.c +++ b/usr.bin/kzip/kzip.c @@ -13,7 +13,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: kzip.c,v 1.10 1997/07/18 06:40:46 charnier Exp $"; #endif /* not lint */ #include <err.h> @@ -200,9 +200,9 @@ main(int argc, char **argv) base, "-o", out, - "/usr/lib/kzhead.o", + "/usr/lib/aout/kzhead.o", obj, - "/usr/lib/kztail.o", + "/usr/lib/aout/kztail.o", 0); exit(2); } |
