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/faketalk.c | |
| parent | 5de573d790a4ffad6d972a63ecea62f22672e58f (diff) | |
| download | bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.tar.gz bsdgames-darwin-3a8de0fa374d25dd9b8c96c15a8ff130376b2e0a.zip | |
Remove empty header file.
Diffstat (limited to 'hunt/huntd/faketalk.c')
| -rw-r--r-- | hunt/huntd/faketalk.c | 5 |
1 files changed, 2 insertions, 3 deletions
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) |
