diff options
Diffstat (limited to 'usr.sbin/bootparamd/callbootd')
-rw-r--r-- | usr.sbin/bootparamd/callbootd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/bootparamd/callbootd/callbootd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index 82d8f88895880..f9123e6b1c182 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.5 1995/05/30 03:46:29 rgrimes Exp $ +# $Id: Makefile,v 1.6 1995/07/04 08:39:07 bde Exp $ PROG= callbootd SRCS= bootparam_prot_xdr.c bootparam_prot_clnt.c callbootd.c diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 18cfac355e1f9..bcb1eb3bdabf1 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -5,7 +5,7 @@ use and modify. Please send modifications and/or suggestions + bug fixes to Klas Heggemann <klas@nada.kth.se> - $Id: callbootd.c,v 1.2 1995/03/26 03:15:39 wpaul Exp $ + $Id: callbootd.c,v 1.3 1995/05/30 03:46:30 rgrimes Exp $ */ |