externs.h -> extern.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 07:04:10 +0000 (23:04 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 07:04:10 +0000 (23:04 -0800)
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
usr/src/games/sail/dr_4.c
usr/src/games/sail/dr_5.c
usr/src/games/sail/game.c
usr/src/games/sail/globals.c
usr/src/games/sail/lo_main.c
usr/src/games/sail/main.c
usr/src/games/sail/misc.c
usr/src/games/sail/parties.c
usr/src/games/sail/sync.c

index 5508c58..9e44b98 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)assorted.c 8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 table(rig, shot, hittable, on, from, roll)
 struct ship *on, *from;
 
 table(rig, shot, hittable, on, from, roll)
 struct ship *on, *from;
index f4f2985..44e101f 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #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 */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 ungrap(from, to)
 register struct ship *from, *to;
 
 ungrap(from, to)
 register struct ship *from, *to;
index 8a1ae9d..9efea03 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #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 */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 subtract(from, totalfrom, crewfrom, fromcap, pcfrom)
 struct ship *from, *fromcap;
 
 subtract(from, totalfrom, crewfrom, fromcap, pcfrom)
 struct ship *from, *fromcap;
index 807401a..dc69131 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)game.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)game.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 maxturns(ship, af)
 register struct ship *ship;
 
 maxturns(ship, af)
 register struct ship *ship;
index 90d2010..b5ca651 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)globals.c  8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)globals.c  8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 struct scenario scene[] = {
        /*
 
 struct scenario scene[] = {
        /*
index a95b8c7..c7300ca 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #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 */
 
 /*
 #endif /* not lint */
 
 /*
@@ -16,7 +16,7 @@ static char sccsid[] = "@(#)lo_main.c 8.1 (Berkeley) %G%";
  */
 #include <sys/types.h>
 #include <pwd.h>
  */
 #include <sys/types.h>
 #include <pwd.h>
-#include "externs.h"
+#include "extern.h"
 #include "pathnames.h"
 
 char *title[] = {
 #include "pathnames.h"
 
 char *title[] = {
index 2fa3180..474fc8a 100644 (file)
@@ -12,10 +12,10 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #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 */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 /*ARGSUSED*/
 main(argc, argv)
 
 /*ARGSUSED*/
 main(argc, argv)
index 26438c5..68b66a9 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #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)
 #include "pathnames.h"
 
 #define distance(x,y) (abs(x) >= abs(y) ? abs(x) + abs(y)/2 : abs(y) + abs(x)/2)
index d3612bd..84d2b55 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parties.c  8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)parties.c  8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 meleeing(from, to)
 struct ship *from;
 
 meleeing(from, to)
 struct ship *from;
index b3792a1..dbf05e3 100644 (file)
@@ -6,12 +6,12 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sync.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)sync.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
 #include <sys/file.h>
 #include <sys/file.h>
-#include <sys/errno.h>
+#include <errno.h>
+#include "extern.h"
 
 #define BUFSIZE 4096
 
 
 #define BUFSIZE 4096