summaryrefslogtreecommitdiffstats
path: root/games/battlestar/words.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-08-24 21:55:01 +0000
committerderaadt <deraadt@openbsd.org>1997-08-24 21:55:01 +0000
commit49d23a04d4fdfd5d10f7510ee0b6319dad705acf (patch)
tree62472285afe2c37745b920d5e5d677bfe2f11fee /games/battlestar/words.c
parentprototype _err* and _warn* (diff)
downloadwireguard-openbsd-49d23a04d4fdfd5d10f7510ee0b6319dad705acf.tar.xz
wireguard-openbsd-49d23a04d4fdfd5d10f7510ee0b6319dad705acf.zip
various linux-based patches; from linux people; sent by jsm@octomino.demon.co.uk
Diffstat (limited to 'games/battlestar/words.c')
-rw-r--r--games/battlestar/words.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/words.c b/games/battlestar/words.c
index 02b8e06474c..09fa97e8d76 100644
--- a/games/battlestar/words.c
+++ b/games/battlestar/words.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: words.c,v 1.2 1997/06/30 19:56:42 kstailey Exp $ */
+/* $OpenBSD: words.c,v 1.3 1997/08/24 21:55:14 deraadt Exp $ */
/* $NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $ */
/*
@@ -42,7 +42,7 @@ static char rcsid[] = "$NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $";
#endif
#endif /* not lint */
-#include "externs.h"
+#include "extern.h"
struct wlist wlist[] = {
{ "knife", KNIFE, OBJECT },