diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-24 21:55:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-24 21:55:15 +0000 |
commit | 5eafc7fbbc99105a1f1fd7ce0f177b555dc44e5d (patch) | |
tree | 456557c0b9640c17d818d595fc4218d539f40464 /games/battlestar/words.c | |
parent | 6919cadb832d489208ea47402a42805ca4c3e750 (diff) |
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.c | 4 |
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 }, |