From b4bb83fd34ab5386afa1b8af8e0956ff7953d0e0 Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 10 Oct 1997 11:39:08 +0000 Subject: WARNSify --- battlestar/nightobjs.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'battlestar/nightobjs.c') diff --git a/battlestar/nightobjs.c b/battlestar/nightobjs.c index 12b3c1b3..415e811a 100644 --- a/battlestar/nightobjs.c +++ b/battlestar/nightobjs.c @@ -1,4 +1,4 @@ -/* $NetBSD: nightobjs.c,v 1.4 1997/01/07 11:56:48 tls Exp $ */ +/* $NetBSD: nightobjs.c,v 1.5 1997/10/10 11:40:11 lukem Exp $ */ /* * Copyright (c) 1983, 1993 @@ -33,11 +33,12 @@ * SUCH DAMAGE. */ +#include #ifndef lint #if 0 static char sccsid[] = "@(#)nightobjs.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: nightobjs.c,v 1.4 1997/01/07 11:56:48 tls Exp $"; +__RCSID("$NetBSD: nightobjs.c,v 1.5 1997/10/10 11:40:11 lukem Exp $"); #endif #endif /* not lint */ @@ -102,5 +103,5 @@ struct objs nightobjs[] = { { 249, FOOT }, { 250, FOOT }, { 93, PAPAYAS }, - 0 + { 0 } }; -- cgit v1.2.3