BSD 4_1c_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 06:42:20 +0000 (22:42 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 27 Feb 1983 06:42:20 +0000 (22:42 -0800)
Work on file usr/src/games/backgammon/message.c

Synthesized-from: CSRG/cd1/4.1c.2

usr/src/games/backgammon/message.c [new file with mode: 0644]

diff --git a/usr/src/games/backgammon/message.c b/usr/src/games/backgammon/message.c
new file mode 100644 (file)
index 0000000..0442ae1
--- /dev/null
@@ -0,0 +1,7 @@
+static char sccsid[] = "       message.c       4.1     82/05/11        ";
+
+char   *message[] = {
+       "Last update on Sunday, February 27, 1983.",
+       "Check the file /usr/public/gammon.news for details.",
+       0
+};