diff options
| author | dholland <dholland@NetBSD.org> | 2014-03-29 20:16:09 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-03-29 20:16:09 +0000 |
| commit | 3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a (patch) | |
| tree | bf69791fb82cc99c352bc0a3207b55760f4bed59 /hunt/huntd/ctl_transact.c | |
| parent | 5de573d790a4ffad6d972a63ecea62f22672e58f (diff) | |
| download | bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.tar.gz bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.zip | |
Remove empty header file.
Diffstat (limited to 'hunt/huntd/ctl_transact.c')
| -rw-r--r-- | hunt/huntd/ctl_transact.c | 6 |
1 files changed, 2 insertions, 4 deletions
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 */ |
