summaryrefslogtreecommitdiffstats
path: root/sail/parties.c
diff options
context:
space:
mode:
authortls <tls@NetBSD.org>1997-01-07 12:42:14 +0000
committertls <tls@NetBSD.org>1997-01-07 12:42:14 +0000
commitff661413fe2d73ce048a4c6a1f36601ae5d1f411 (patch)
tree07bc04c7c46bb8cb5d06bd0d3501b36a7c941b1c /sail/parties.c
parenta5433d806214e38f63d51925b3630a0b8a8dd9c0 (diff)
downloadbsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.tar.gz
bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.tar.zst
bsdgames-darwin-ff661413fe2d73ce048a4c6a1f36601ae5d1f411.zip
Sync to 4.4BSD-Lite2
Diffstat (limited to 'sail/parties.c')
-rw-r--r--sail/parties.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sail/parties.c b/sail/parties.c
index 7cfe13ba..3fa8c182 100644
--- a/sail/parties.c
+++ b/sail/parties.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parties.c,v 1.3 1995/04/22 10:37:04 cgd Exp $ */
+/* $NetBSD: parties.c,v 1.4 1997/01/07 12:42:23 tls Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -35,13 +35,13 @@
#ifndef lint
#if 0
-static char sccsid[] = "@(#)parties.c 8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)parties.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$NetBSD: parties.c,v 1.3 1995/04/22 10:37:04 cgd Exp $";
+static char rcsid[] = "$NetBSD: parties.c,v 1.4 1997/01/07 12:42:23 tls Exp $";
#endif
#endif /* not lint */
-#include "externs.h"
+#include "extern.h"
meleeing(from, to)
struct ship *from;