diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-01-17 00:33:05 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-01-17 00:33:05 +0000 |
commit | 7ac392e11c2ef309e1d69c0e58c3998667e0569e (patch) | |
tree | 49147590a349b2b666b74d0c06464d7a5e93bc07 /usr.sbin/rbootd/rbootd.c | |
parent | e190171d7a6d859894b0f96225827594890aedff (diff) |
OpenBSD-ify.
Diffstat (limited to 'usr.sbin/rbootd/rbootd.c')
-rw-r--r-- | usr.sbin/rbootd/rbootd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index e78d59846ac..502ddb13ca8 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rbootd.c,v 1.6 2001/01/17 00:33:03 pjanzen Exp $ */ /* $NetBSD: rbootd.c,v 1.5 1995/10/06 05:12:17 thorpej Exp $ */ /* @@ -54,7 +55,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$NetBSD: rbootd.c,v 1.5 1995/10/06 05:12:17 thorpej Exp $"; +static char rcsid[] = "$OpenBSD: rbootd.c,v 1.6 2001/01/17 00:33:03 pjanzen Exp $"; #endif /* not lint */ #include <sys/param.h> |