summaryrefslogtreecommitdiff
path: root/games/battlestar/extern.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-01 18:13:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-01 18:13:21 +0000
commit380f0870e4aafdd13a6050959648e2e735f2ea56 (patch)
tree973b59d6e1f493c1109524c804f193b62de56759 /games/battlestar/extern.h
parentc5cbec643fb6a50e791eafdc5a04ed929af464e8 (diff)
Remove trailing spaces on lines, use sane pathname sizes, and
use warn instead of perror.
Diffstat (limited to 'games/battlestar/extern.h')
-rw-r--r--games/battlestar/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/battlestar/extern.h b/games/battlestar/extern.h
index 783727d3ef8..64d34921682 100644
--- a/games/battlestar/extern.h
+++ b/games/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.1 1997/08/24 21:55:07 deraadt Exp $ */
+/* $OpenBSD: extern.h,v 1.2 1997/09/01 18:13:16 millert Exp $ */
/* $NetBSD: extern.h,v 1.5 1995/04/24 12:22:18 cgd Exp $ */
/*
@@ -44,7 +44,9 @@
#include <sys/time.h>
#undef _KERNEL
+#include <err.h>
#include <errno.h>
+#include <limits.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>