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 5a08d608a4c8..37d52013bebf 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 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bootparamd/callbootd/Makefile,v 1.14 2005/02/09 12:17:52 stefanf Exp $ PROG= callbootd NO_MAN= diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 5ed460857b54..1fc2523d11bd 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/bootparamd/callbootd/callbootd.c,v 1.10 2003/06/20 04:54:27 jmg Exp $"; #endif /* not lint */ #include "bootparam_prot.h" |
