diff options
Diffstat (limited to 'usr.sbin/stallion/stlload')
-rw-r--r-- | usr.sbin/stallion/stlload/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile index 46048a50d477..433c3baa8a31 100644 --- a/usr.sbin/stallion/stlload/Makefile +++ b/usr.sbin/stallion/stlload/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 16:13:45 peter Exp $ +# $Id: Makefile,v 1.4 1997/03/13 04:21:28 davidn Exp $ PROG= stlload MAN8= stlload.8 diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c index 283dcd73fbaf..2ff7ab1728d9 100644 --- a/usr.sbin/stallion/stlload/stlload.c +++ b/usr.sbin/stallion/stlload/stlload.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id: stlload.c,v 1.7 1997/10/20 12:51:29 charnier Exp $"; + "$Id: stlload.c,v 1.8 1998/01/12 08:00:32 charnier Exp $"; #endif /* not lint */ #include <err.h> |