aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion/stlload
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/stallion/stlload')
-rw-r--r--usr.sbin/stallion/stlload/Makefile2
-rw-r--r--usr.sbin/stallion/stlload/stlload.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/stallion/stlload/Makefile b/usr.sbin/stallion/stlload/Makefile
index ece45d380e2f..b24f3b99f3f1 100644
--- a/usr.sbin/stallion/stlload/Makefile
+++ b/usr.sbin/stallion/stlload/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/stallion/stlload/Makefile,v 1.4.2.1 1999/08/29 15:48:24 peter Exp $
PROG= stlload
MAN8= stlload.8
diff --git a/usr.sbin/stallion/stlload/stlload.c b/usr.sbin/stallion/stlload/stlload.c
index 6d0f0303788e..8f8092de383c 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/stallion/stlload/stlload.c,v 1.8.2.1 1999/08/29 15:48:24 peter Exp $";
#endif /* not lint */
#include <err.h>