summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd/utils.c
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2001-01-17 00:33:03 +0000
committerpjanzen <pjanzen@openbsd.org>2001-01-17 00:33:03 +0000
commit5dc18ceb3a39731fe82fc8d1ad35f056c0b58616 (patch)
tree8c2638a0a554aee92751ca324c43a6689319feb6 /usr.sbin/rbootd/utils.c
parentavoid C sequence point issues; found by cgd@netbsd.org using a development (diff)
downloadwireguard-openbsd-5dc18ceb3a39731fe82fc8d1ad35f056c0b58616.tar.xz
wireguard-openbsd-5dc18ceb3a39731fe82fc8d1ad35f056c0b58616.zip
OpenBSD-ify.
Diffstat (limited to 'usr.sbin/rbootd/utils.c')
-rw-r--r--usr.sbin/rbootd/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rbootd/utils.c b/usr.sbin/rbootd/utils.c
index 2fad7ea3f8e..1c71e68a048 100644
--- a/usr.sbin/rbootd/utils.c
+++ b/usr.sbin/rbootd/utils.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: utils.c,v 1.4 2001/01/17 00:33:04 pjanzen Exp $ */
/* $NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $ */
/*
@@ -48,7 +49,7 @@
#ifndef lint
/*static char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $";
+static char rcsid[] = "$OpenBSD: utils.c,v 1.4 2001/01/17 00:33:04 pjanzen Exp $";
#endif /* not lint */
#include <sys/param.h>