From 1833b448d92be7800daea553214523b99e6777a9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 28 Apr 1995 23:04:10 -0800 Subject: [PATCH] externs.h -> extern.h SCCS-vsn: games/sail/assorted.c 8.2 SCCS-vsn: games/sail/dr_4.c 8.2 SCCS-vsn: games/sail/dr_5.c 8.2 SCCS-vsn: games/sail/game.c 8.2 SCCS-vsn: games/sail/globals.c 8.2 SCCS-vsn: games/sail/lo_main.c 8.2 SCCS-vsn: games/sail/main.c 8.2 SCCS-vsn: games/sail/misc.c 8.2 SCCS-vsn: games/sail/parties.c 8.2 SCCS-vsn: games/sail/sync.c 8.2 --- usr/src/games/sail/assorted.c | 4 ++-- usr/src/games/sail/dr_4.c | 4 ++-- usr/src/games/sail/dr_5.c | 4 ++-- usr/src/games/sail/game.c | 4 ++-- usr/src/games/sail/globals.c | 4 ++-- usr/src/games/sail/lo_main.c | 4 ++-- usr/src/games/sail/main.c | 4 ++-- usr/src/games/sail/misc.c | 4 ++-- usr/src/games/sail/parties.c | 4 ++-- usr/src/games/sail/sync.c | 6 +++--- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/usr/src/games/sail/assorted.c b/usr/src/games/sail/assorted.c index 5508c58a90..9e44b989d3 100644 --- a/usr/src/games/sail/assorted.c +++ b/usr/src/games/sail/assorted.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)assorted.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" table(rig, shot, hittable, on, from, roll) struct ship *on, *from; diff --git a/usr/src/games/sail/dr_4.c b/usr/src/games/sail/dr_4.c index f4f2985c1a..44e101f5b2 100644 --- a/usr/src/games/sail/dr_4.c +++ b/usr/src/games/sail/dr_4.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)dr_4.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" ungrap(from, to) register struct ship *from, *to; diff --git a/usr/src/games/sail/dr_5.c b/usr/src/games/sail/dr_5.c index 8a1ae9da85..9efea034a0 100644 --- a/usr/src/games/sail/dr_5.c +++ b/usr/src/games/sail/dr_5.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)dr_5.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)dr_5.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" subtract(from, totalfrom, crewfrom, fromcap, pcfrom) struct ship *from, *fromcap; diff --git a/usr/src/games/sail/game.c b/usr/src/games/sail/game.c index 807401a3be..dc69131fa9 100644 --- a/usr/src/games/sail/game.c +++ b/usr/src/games/sail/game.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)game.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)game.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" maxturns(ship, af) register struct ship *ship; diff --git a/usr/src/games/sail/globals.c b/usr/src/games/sail/globals.c index 90d20105d8..b5ca651cc9 100644 --- a/usr/src/games/sail/globals.c +++ b/usr/src/games/sail/globals.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)globals.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)globals.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" struct scenario scene[] = { /* diff --git a/usr/src/games/sail/lo_main.c b/usr/src/games/sail/lo_main.c index a95b8c76ca..c7300ca634 100644 --- a/usr/src/games/sail/lo_main.c +++ b/usr/src/games/sail/lo_main.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)lo_main.c 8.2 (Berkeley) %G%"; #endif /* not lint */ /* @@ -16,7 +16,7 @@ static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) %G%"; */ #include #include -#include "externs.h" +#include "extern.h" #include "pathnames.h" char *title[] = { diff --git a/usr/src/games/sail/main.c b/usr/src/games/sail/main.c index 2fa3180d6c..474fc8a32d 100644 --- a/usr/src/games/sail/main.c +++ b/usr/src/games/sail/main.c @@ -12,10 +12,10 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)main.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)main.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" /*ARGSUSED*/ main(argc, argv) diff --git a/usr/src/games/sail/misc.c b/usr/src/games/sail/misc.c index 26438c50df..68b66a92d8 100644 --- a/usr/src/games/sail/misc.c +++ b/usr/src/games/sail/misc.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" #include "pathnames.h" #define distance(x,y) (abs(x) >= abs(y) ? abs(x) + abs(y)/2 : abs(y) + abs(x)/2) diff --git a/usr/src/games/sail/parties.c b/usr/src/games/sail/parties.c index d3612bdea2..84d2b55752 100644 --- a/usr/src/games/sail/parties.c +++ b/usr/src/games/sail/parties.c @@ -6,10 +6,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)parties.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)parties.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" +#include "extern.h" meleeing(from, to) struct ship *from; diff --git a/usr/src/games/sail/sync.c b/usr/src/games/sail/sync.c index b3792a12b0..dbf05e3bf8 100644 --- a/usr/src/games/sail/sync.c +++ b/usr/src/games/sail/sync.c @@ -6,12 +6,12 @@ */ #ifndef lint -static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) %G%"; #endif /* not lint */ -#include "externs.h" #include -#include +#include +#include "extern.h" #define BUFSIZE 4096 -- 2.20.1