new version
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Tue, 1 Nov 1983 05:46:37 +0000 (21:46 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Tue, 1 Nov 1983 05:46:37 +0000 (21:46 -0800)
SCCS-vsn: games/sail/Makefile 2.1
SCCS-vsn: games/sail/dr_1.c 2.1
SCCS-vsn: games/sail/assorted.c 2.1
SCCS-vsn: games/sail/dr_5.c 2.1
SCCS-vsn: games/sail/dr_2.c 2.1
SCCS-vsn: games/sail/dr_3.c 2.1
SCCS-vsn: games/sail/extern.h 2.1
SCCS-vsn: games/sail/game.c 2.1
SCCS-vsn: games/sail/globals.c 2.1
SCCS-vsn: games/sail/dr_4.c 2.1
SCCS-vsn: games/sail/player.h 2.1
SCCS-vsn: games/sail/parties.c 2.1
SCCS-vsn: games/sail/machdep.h 2.1
SCCS-vsn: games/sail/pl_1.c 2.1
SCCS-vsn: games/sail/pl_2.c 2.1
SCCS-vsn: games/sail/driver.h 2.1
SCCS-vsn: games/sail/lo_main.c 2.1
SCCS-vsn: games/sail/sail.6 2.1
SCCS-vsn: games/sail/version.c 2.1
SCCS-vsn: games/sail/pl_3.c 2.1
SCCS-vsn: games/sail/pl_4.c 2.1
SCCS-vsn: games/sail/misc.c 2.1
SCCS-vsn: games/sail/sync.c 2.1
SCCS-vsn: games/sail/pl_5.c 2.1
SCCS-vsn: games/sail/pl_6.c 2.1
SCCS-vsn: games/sail/pl_7.c 2.1

26 files changed:
usr/src/games/sail/Makefile
usr/src/games/sail/assorted.c
usr/src/games/sail/dr_1.c
usr/src/games/sail/dr_2.c
usr/src/games/sail/dr_3.c
usr/src/games/sail/dr_4.c
usr/src/games/sail/dr_5.c
usr/src/games/sail/driver.h
usr/src/games/sail/extern.h
usr/src/games/sail/game.c
usr/src/games/sail/globals.c
usr/src/games/sail/lo_main.c
usr/src/games/sail/machdep.h
usr/src/games/sail/misc.c
usr/src/games/sail/parties.c
usr/src/games/sail/pl_1.c
usr/src/games/sail/pl_2.c
usr/src/games/sail/pl_3.c
usr/src/games/sail/pl_4.c
usr/src/games/sail/pl_5.c
usr/src/games/sail/pl_6.c
usr/src/games/sail/pl_7.c
usr/src/games/sail/player.h
usr/src/games/sail/sail.6
usr/src/games/sail/sync.c
usr/src/games/sail/version.c

index 9a8e860..38bb3a1 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Sail - Wooden Ships And Iron Men
 #
 #
 # Sail - Wooden Ships And Iron Men
 #
-# Makefile     @(#)Makefile    1.15 83/10/31
+# Makefile     @(#)Makefile    2.1 83/10/31
 #
 CC=    cc
 CTAGS= ctags -w
 #
 CC=    cc
 CTAGS= ctags -w
index 7276e85..c3220a1 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)assorted.c  1.3 83/10/28";
+static char *sccsid = "@(#)assorted.c  2.1 83/10/31";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 339d662..2fb8c11 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_1.c      1.9 83/10/31";
+static char *sccsid = "@(#)dr_1.c      2.1 83/10/31";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index 8dbd07a..5b8c186 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_2.c      1.6 83/10/27";
+static char *sccsid = "@(#)dr_2.c      2.1 83/10/31";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index 63a7f89..75a9b35 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_3.c      1.6 83/10/14";
+static char *sccsid = "@(#)dr_3.c      2.1 83/10/31";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index 6cb77f6..04c620d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_4.c      1.2 83/07/20";
+static char *sccsid = "@(#)dr_4.c      2.1 83/10/31";
 #endif
 #include "externs.h"
 
 #endif
 #include "externs.h"
 
index f017089..9e8e868 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_5.c      1.2 83/07/20";
+static char *sccsid = "@(#)dr_5.c      2.1 83/10/31";
 #endif
 #include "externs.h"
 
 #endif
 #include "externs.h"
 
index cf55152..268944d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * sccsid = "@(#)driver.h      1.1 %G%";
+ * sccsid = "@(#)driver.h      2.1 %G%";
  */
 #include "externs.h"
 
  */
 #include "externs.h"
 
index 51b6e40..bbd1b16 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * @(#)extern.h        1.9 83/10/28
+ * @(#)extern.h        2.1 83/10/31
  */
 #include <stdio.h>
 #include <signal.h>
  */
 #include <stdio.h>
 #include <signal.h>
index 59bbc4f..58bec8a 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)game.c      1.5 83/10/10";
+static char *sccsid = "@(#)game.c      2.1 83/10/31";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 7797fae..c89e9e5 100644 (file)
@@ -1,6 +1,6 @@
 /*LINTLIBRARY*/
 #ifndef lint
 /*LINTLIBRARY*/
 #ifndef lint
-static char *sccsid = "@(#)globals.c   1.8 83/10/31";
+static char *sccsid = "@(#)globals.c   2.1 83/10/31";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index c0a6cbe..48929d3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)lo_main.c   1.3 83/07/20";
+static char *sccsid = "@(#)lo_main.c   2.1 83/10/31";
 #endif
 
 /*
 #endif
 
 /*
index 22b7ee4..a090922 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * sccsid = "@(#)machdep.h     1.10 %G%";
+ * sccsid = "@(#)machdep.h     2.1 %G%";
  */
 #define LOGFILE "/usr/games/lib/saillog"
 #define DRIVER1 "driver"
  */
 #define LOGFILE "/usr/games/lib/saillog"
 #define DRIVER1 "driver"
index 99d7b53..325592c 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)misc.c      1.4 83/10/14";
+static char *sccsid = "@(#)misc.c      2.1 83/10/31";
 #endif
 #include "externs.h"
 
 #endif
 #include "externs.h"
 
index 5c48523..118af99 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)parties.c   1.2 83/07/20";
+static char *sccsid = "@(#)parties.c   2.1 83/10/31";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 4be745c..98b74b2 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      1.15 83/10/28";
+static char *sccsid = "@(#)pl_1.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 3138d3c..c506068 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_2.c      1.8 83/10/28";
+static char *sccsid = "@(#)pl_2.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 0302e19..9355a66 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_3.c      1.6 83/10/28";
+static char *sccsid = "@(#)pl_3.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 6372b54..2091bcc 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_4.c      1.6 83/10/28";
+static char *sccsid = "@(#)pl_4.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 0ea2f2f..d512fd1 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_5.c      1.2 83/10/28";
+static char *sccsid = "@(#)pl_5.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 08deb81..8446a0b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_6.c      1.2 83/10/28";
+static char *sccsid = "@(#)pl_6.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 765b5dc..b7e7197 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_7.c      1.1 83/10/28";
+static char *sccsid = "@(#)pl_7.c      2.1 83/10/31";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index f19f30c..4b6aea6 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * sccsid = "@(#)player.h      1.2 %G%";
+ * sccsid = "@(#)player.h      2.1 %G%";
  */
 #include <curses.h>
 #include "externs.h"
  */
 #include <curses.h>
 #include "externs.h"
index 5fadc25..fbeccbb 100644 (file)
@@ -1,4 +1,4 @@
-.. @(#)sail.6  1.1 83/03/17
+.. @(#)sail.6  2.1 83/10/31
 .TH SAIL PUBLIC 
 .UC 4
 .SH NAME
 .TH SAIL PUBLIC 
 .UC 4
 .SH NAME
index 39fd242..1095cd4 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)sync.c      1.7 83/10/28";
+static char *sccsid = "@(#)sync.c      2.1 83/10/31";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 64b7ad1..a41367d 100644 (file)
@@ -1 +1 @@
-char version[] = "Wooden Ships and Iron Men, Version 1.2 (83/07/20)";
+char version[] = "Wooden Ships and Iron Men, Version 2.1 (83/10/31)";