summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/hunt.h')
-rw-r--r--hunt/huntd/hunt.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index 49b8c0e5..021e6f81 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.17 2009/07/04 07:10:23 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.18 2009/07/04 07:51:35 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -40,12 +40,7 @@
#include <syslog.h>
#endif
-#if BSD_RELEASE < 44
-#include <sgtty.h>
-#else
#include <sys/ioctl.h>
-#endif
-
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/poll.h>
@@ -54,9 +49,7 @@
#include <netinet/in.h>
#include <netdb.h>
#include <arpa/inet.h>
-#ifdef BROADCAST
#include <net/if.h>
-#endif
#else
#include <sys/un.h>
#endif