summaryrefslogtreecommitdiff
path: root/libexec/rbootd/utils.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
committerSteve Price <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
commit5c8709fd6d878c8d42eceef7f86609e97767eda0 (patch)
tree4dafe4d4d14b084ab2df156c5f855155aa2cafbc /libexec/rbootd/utils.c
parent6bc912a9a45d29faeb9a56a7753491300e3c8e73 (diff)
Notes
Diffstat (limited to 'libexec/rbootd/utils.c')
-rw-r--r--libexec/rbootd/utils.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c
index 5d37a25bd9ea..8defac05707c 100644
--- a/libexec/rbootd/utils.c
+++ b/libexec/rbootd/utils.c
@@ -1,5 +1,3 @@
-/* $NetBSD: utils.c,v 1.6 1995/11/14 08:41:47 thorpej Exp $ */
-
/*
* Copyright (c) 1988, 1992 The University of Utah and the Center
* for Software Science (CSS).
@@ -41,17 +39,18 @@
* SUCH DAMAGE.
*
* from: @(#)utils.c 8.1 (Berkeley) 6/4/93
+ * $Id$
*
* From: Utah Hdr: utils.c 3.1 92/07/06
* Author: Jeff Forys, University of Utah CSS
*/
#ifndef lint
-/*static char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$NetBSD: utils.c,v 1.6 1995/11/14 08:41:47 thorpej Exp $";
+static const char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
#include <sys/param.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <signal.h>