summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-14 18:08:46 +0000
committerjsm <jsm@NetBSD.org>1999-09-14 18:08:46 +0000
commit3bd46c45bcef32e5f54d70344e4717e8d3b641af (patch)
tree900dd1b7fc5083708e9949a4e8ebafba4cfc2f89 /battlestar/extern.h
parentd2e32fbfdf35f7c638077852aa6fd4f772e565c8 (diff)
downloadbsdgames-darwin-3bd46c45bcef32e5f54d70344e4717e8d3b641af.tar.gz
bsdgames-darwin-3bd46c45bcef32e5f54d70344e4717e8d3b641af.tar.zst
bsdgames-darwin-3bd46c45bcef32e5f54d70344e4717e8d3b641af.zip
Use time() instead of gettimeofday().
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index f431dd46..0b48dafc 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.13 1999/09/13 17:18:57 jsm Exp $ */
+/* $NetBSD: extern.h,v 1.14 1999/09/14 18:08:46 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -35,8 +35,6 @@
* @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
-#include <sys/time.h>
-
#include <ctype.h>
#include <err.h>
#include <pwd.h>
@@ -44,6 +42,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#define BITS (8 * sizeof (int))