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