summaryrefslogtreecommitdiffstats
path: root/games/battlestar/words.c
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>1999-09-25 20:30:45 +0000
committerpjanzen <pjanzen@openbsd.org>1999-09-25 20:30:45 +0000
commit2e86f363f475ab144c18184501c72854f4ea2992 (patch)
tree443fda6235565f831e342c46342a1071480907c5 /games/battlestar/words.c
parentadd processing of netbsd syscall emulation (diff)
downloadwireguard-openbsd-2e86f363f475ab144c18184501c72854f4ea2992.tar.xz
wireguard-openbsd-2e86f363f475ab144c18184501c72854f4ea2992.zip
Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling of
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict with <sys/param.h>.
Diffstat (limited to 'games/battlestar/words.c')
-rw-r--r--games/battlestar/words.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/words.c b/games/battlestar/words.c
index 7ed4bec783f..d10ce59eba3 100644
--- a/games/battlestar/words.c
+++ b/games/battlestar/words.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: words.c,v 1.4 1998/09/13 01:30:34 pjanzen Exp $ */
+/* $OpenBSD: words.c,v 1.5 1999/09/25 20:30:46 pjanzen Exp $ */
/* $NetBSD: words.c,v 1.3 1995/03/21 15:08:00 cgd Exp $ */
/*
@@ -36,9 +36,9 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)words.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)words.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: words.c,v 1.4 1998/09/13 01:30:34 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: words.c,v 1.5 1999/09/25 20:30:46 pjanzen Exp $";
#endif
#endif /* not lint */