summaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/Makefile2
-rw-r--r--sbin/modload/modload.82
-rw-r--r--sbin/modload/modload.c2
-rw-r--r--sbin/modload/pathnames.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile
index bff89359aee1..95e54a055d41 100644
--- a/sbin/modload/Makefile
+++ b/sbin/modload/Makefile
@@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 14:32:39 peter Exp $
#
PROG= modload
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8
index 151f05c0d24a..3e5b56b2581d 100644
--- a/sbin/modload/modload.8
+++ b/sbin/modload/modload.8
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: modload.8,v 1.10 1997/02/22 14:32:39 peter Exp $
+.\" $Id: modload.8,v 1.11 1998/03/19 07:45:37 charnier Exp $
.\"
.Dd September 22, 1994
.Dt MODLOAD 8
diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c
index 4ef53fa4ddc6..87860852a525 100644
--- a/sbin/modload/modload.c
+++ b/sbin/modload/modload.c
@@ -32,7 +32,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: modload.c,v 1.22 1998/07/06 07:07:41 charnier Exp $";
+ "$Id: modload.c,v 1.23 1998/08/12 02:39:23 jdp Exp $";
#endif /* not lint */
#include <a.out.h>
diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h
index 4359013dd9f3..90f55ffd912b 100644
--- a/sbin/modload/pathnames.h
+++ b/sbin/modload/pathnames.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: pathnames.h,v 1.4 1997/02/22 14:32:40 peter Exp $ */
#include <paths.h>
#define _PATH_LKM "/dev/lkm"