]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Remove empty header file.
authordholland <dholland@NetBSD.org>
Sat, 29 Mar 2014 20:16:09 +0000 (20:16 +0000)
committerdholland <dholland@NetBSD.org>
Sat, 29 Mar 2014 20:16:09 +0000 (20:16 +0000)
hunt/huntd/bsd.h [deleted file]
hunt/huntd/ctl.c
hunt/huntd/ctl_transact.c
hunt/huntd/faketalk.c
hunt/huntd/get_names.c
hunt/huntd/hunt.h

diff --git a/hunt/huntd/bsd.h b/hunt/huntd/bsd.h
deleted file mode 100644 (file)
index fbfed92..0000000
+++ /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.
- */
index 05dc474b7d2bbd8dcf44b7e3a195ccb0a69fc831..d847ad39ed9516914b249f38115a6fe536ded62b 100644 (file)
@@ -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 9196c9d228c3c93f883b67fd6f8f5aca74467f5d..9bae0895f48cdbce572c36338c68e1edbcfc1737 100644 (file)
@@ -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 508052ddd19de0f1b5bebf09873612a7871151fb..a5935cd9ad884bd3e1420975598cc1ae339d2f1c 100644 (file)
@@ -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.
 
 #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 9c08f0f763a40af8548216f44ff36442ed8ed2d6..6878c8b3ff363309843bd093083c653146464320 100644 (file)
@@ -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.
 
 #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 fb011952b043761480a5408d2d54d7390d98d442..a2a824e0e37bcd276bbcaf08121be482f1db5a4a 100644 (file)
@@ -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>