aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd/callbootd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /usr.sbin/bootparamd/callbootd
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
Diffstat (limited to 'usr.sbin/bootparamd/callbootd')
-rw-r--r--usr.sbin/bootparamd/callbootd/Makefile2
-rw-r--r--usr.sbin/bootparamd/callbootd/callbootd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile
index 1d4fa9d80232..fc6a488e6365 100644
--- a/usr.sbin/bootparamd/callbootd/Makefile
+++ b/usr.sbin/bootparamd/callbootd/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $Id: Makefile,v 1.8 1997/02/22 16:04:27 peter Exp $
+# $Id: Makefile,v 1.9 1998/04/26 16:31:14 bde Exp $
PROG= callbootd
SRCS= callbootd.c ${GENSRCS}
diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c
index f92fb5f9b3ff..d0d54955f31f 100644
--- a/usr.sbin/bootparamd/callbootd/callbootd.c
+++ b/usr.sbin/bootparamd/callbootd/callbootd.c
@@ -9,7 +9,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to
#ifndef lint
static const char rcsid[] =
- "$Id: callbootd.c,v 1.6 1997/09/04 11:50:37 charnier Exp $";
+ "$Id: callbootd.c,v 1.7 1998/06/12 14:39:00 peter Exp $";
#endif /* not lint */
#include "bootparam_prot.h"