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/nightobjs.c | |
parent | 6919cadb832d489208ea47402a42805ca4c3e750 (diff) |
various linux-based patches; from linux people; sent by jsm@octomino.demon.co.uk
Diffstat (limited to 'games/battlestar/nightobjs.c')
-rw-r--r-- | games/battlestar/nightobjs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/nightobjs.c b/games/battlestar/nightobjs.c index 2b222da5691..ecb7a42a660 100644 --- a/games/battlestar/nightobjs.c +++ b/games/battlestar/nightobjs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nightobjs.c,v 1.2 1997/06/30 19:56:39 kstailey Exp $ */ +/* $OpenBSD: nightobjs.c,v 1.3 1997/08/24 21:55:12 deraadt Exp $ */ /* $NetBSD: nightobjs.c,v 1.3 1995/03/21 15:07:46 cgd Exp $ */ /* @@ -42,7 +42,7 @@ static char rcsid[] = "$NetBSD: nightobjs.c,v 1.3 1995/03/21 15:07:46 cgd Exp $" #endif #endif /* not lint */ -#include "externs.h" +#include "extern.h" struct objs nightobjs[] = { { 218, PAJAMAS }, |