Module Name: src
Committed By: dholland
Date: Sat Mar 29 20:16:09 UTC 2014
Modified Files:
src/games/hunt/huntd: ctl.c ctl_transact.c faketalk.c get_names.c
hunt.h
Removed Files:
src/games/hunt/huntd: bsd.h
Log Message:
Remove empty header file.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r0 src/games/hunt/huntd/bsd.h
cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/ctl.c
cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/ctl_transact.c
cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/faketalk.c
cvs rdiff -u -r1.15 -r1.16 src/games/hunt/huntd/get_names.c
cvs rdiff -u -r1.21 -r1.22 src/games/hunt/huntd/hunt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/hunt/huntd/ctl.c
diff -u src/games/hunt/huntd/ctl.c:1.6 src/games/hunt/huntd/ctl.c:1.7
--- src/games/hunt/huntd/ctl.c:1.6 Sat Mar 29 20:10:10 2014
+++ src/games/hunt/huntd/ctl.c Sat Mar 29 20:16:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: ctl.c,v 1.6 2014/03/29 20:10:10 dholland Exp $ */
+/* $NetBSD: ctl.c,v 1.7 2014/03/29 20:16:09 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -30,8 +30,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "bsd.h"
-
#if defined(TALK_43) || defined(TALK_42)
#include <sys/cdefs.h>
@@ -39,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)ctl.c 5.2 (Berkeley) 3/13/86";
#else
-__RCSID("$NetBSD: ctl.c,v 1.6 2014/03/29 20:10:10 dholland Exp $");
+__RCSID("$NetBSD: ctl.c,v 1.7 2014/03/29 20:16:09 dholland Exp $");
#endif
#endif /* not lint */
Index: src/games/hunt/huntd/ctl_transact.c
diff -u src/games/hunt/huntd/ctl_transact.c:1.10 src/games/hunt/huntd/ctl_transact.c:1.11
--- src/games/hunt/huntd/ctl_transact.c:1.10 Sat Mar 29 20:10:10 2014
+++ src/games/hunt/huntd/ctl_transact.c Sat Mar 29 20:16:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: ctl_transact.c,v 1.10 2014/03/29 20:10:10 dholland Exp $ */
+/* $NetBSD: ctl_transact.c,v 1.11 2014/03/29 20:16:09 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -30,8 +30,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "bsd.h"
-
#if defined(TALK_43) || defined(TALK_42)
#include <sys/cdefs.h>
@@ -39,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)ctl_transact.c 5.2 (Berkeley) 3/13/86";
#else
-__RCSID("$NetBSD: ctl_transact.c,v 1.10 2014/03/29 20:10:10 dholland Exp $");
+__RCSID("$NetBSD: ctl_transact.c,v 1.11 2014/03/29 20:16:09 dholland Exp $");
#endif
#endif /* not lint */
Index: src/games/hunt/huntd/faketalk.c
diff -u src/games/hunt/huntd/faketalk.c:1.22 src/games/hunt/huntd/faketalk.c:1.23
--- src/games/hunt/huntd/faketalk.c:1.22 Sat Mar 29 20:12:12 2014
+++ src/games/hunt/huntd/faketalk.c Sat Mar 29 20:16:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: faketalk.c,v 1.22 2014/03/29 20:12:12 dholland Exp $ */
+/* $NetBSD: faketalk.c,v 1.23 2014/03/29 20:16:09 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,10 +32,9 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: faketalk.c,v 1.22 2014/03/29 20:12:12 dholland Exp $");
+__RCSID("$NetBSD: faketalk.c,v 1.23 2014/03/29 20:16:09 dholland Exp $");
#endif /* not lint */
-#include "bsd.h"
#include "hunt.h"
#if defined(TALK_43) || defined(TALK_42)
Index: src/games/hunt/huntd/get_names.c
diff -u src/games/hunt/huntd/get_names.c:1.15 src/games/hunt/huntd/get_names.c:1.16
--- src/games/hunt/huntd/get_names.c:1.15 Sat Mar 29 20:10:10 2014
+++ src/games/hunt/huntd/get_names.c Sat Mar 29 20:16:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: get_names.c,v 1.15 2014/03/29 20:10:10 dholland Exp $ */
+/* $NetBSD: get_names.c,v 1.16 2014/03/29 20:16:09 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,11 +32,9 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: get_names.c,v 1.15 2014/03/29 20:10:10 dholland Exp $");
+__RCSID("$NetBSD: get_names.c,v 1.16 2014/03/29 20:16:09 dholland Exp $");
#endif /* not lint */
-#include "bsd.h"
-
#if defined(TALK_43) || defined(TALK_42)
#include <sys/param.h>
Index: src/games/hunt/huntd/hunt.h
diff -u src/games/hunt/huntd/hunt.h:1.21 src/games/hunt/huntd/hunt.h:1.22
--- src/games/hunt/huntd/hunt.h:1.21 Sat Mar 29 20:10:10 2014
+++ src/games/hunt/huntd/hunt.h Sat Mar 29 20:16:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.21 2014/03/29 20:10:10 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.22 2014/03/29 20:16:09 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -31,8 +31,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "bsd.h"
-
#include <stdbool.h>
#include <stdio.h>
#include <string.h>