summaryrefslogtreecommitdiffstats
path: root/hunt
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 20:16:09 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 20:16:09 +0000
commit3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a (patch)
treebf69791fb82cc99c352bc0a3207b55760f4bed59 /hunt
parent5de573d790a4ffad6d972a63ecea62f22672e58f (diff)
downloadbsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.tar.gz
bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.tar.zst
bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.zip
Remove empty header file.
Diffstat (limited to 'hunt')
-rw-r--r--hunt/huntd/bsd.h32
-rw-r--r--hunt/huntd/ctl.c6
-rw-r--r--hunt/huntd/ctl_transact.c6
-rw-r--r--hunt/huntd/faketalk.c5
-rw-r--r--hunt/huntd/get_names.c6
-rw-r--r--hunt/huntd/hunt.h4
6 files changed, 9 insertions, 50 deletions
diff --git a/hunt/huntd/bsd.h b/hunt/huntd/bsd.h
deleted file mode 100644
index fbfed929..00000000
--- a/hunt/huntd/bsd.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* $NetBSD: bsd.h,v 1.7 2009/07/04 07:51:35 dholland Exp $ */
-
-/*
- * Copyright (c) 1983-2003, Regents of the University of California.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * + Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * + Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * + Neither the name of the University of California, San Francisco nor
- * the names of its contributors may be used to endorse or promote
- * products derived from this software without specific prior written
- * permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
- * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
diff --git a/hunt/huntd/ctl.c b/hunt/huntd/ctl.c
index 05dc474b..d847ad39 100644
--- a/hunt/huntd/ctl.c
+++ b/hunt/huntd/ctl.c
@@ -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 */
diff --git a/hunt/huntd/ctl_transact.c b/hunt/huntd/ctl_transact.c
index 9196c9d2..9bae0895 100644
--- a/hunt/huntd/ctl_transact.c
+++ b/hunt/huntd/ctl_transact.c
@@ -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 */
diff --git a/hunt/huntd/faketalk.c b/hunt/huntd/faketalk.c
index 508052dd..a5935cd9 100644
--- a/hunt/huntd/faketalk.c
+++ b/hunt/huntd/faketalk.c
@@ -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)
diff --git a/hunt/huntd/get_names.c b/hunt/huntd/get_names.c
index 9c08f0f7..6878c8b3 100644
--- a/hunt/huntd/get_names.c
+++ b/hunt/huntd/get_names.c
@@ -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>
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index fb011952..a2a824e0 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -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>