summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2007-01-04 19:12:41 +0000
committerstevesk <stevesk@openbsd.org>2007-01-04 19:12:41 +0000
commit9aec18f880e127060c0cd6cba257f308752c461b (patch)
tree2268c9d562b1f02761326fc9e98167e79cc38fb1 /usr.sbin/dhcrelay
parentignore SIGPIPE, like the other 2 processes already do. we detect broken (diff)
downloadwireguard-openbsd-9aec18f880e127060c0cd6cba257f308752c461b.tar.xz
wireguard-openbsd-9aec18f880e127060c0cd6cba257f308752c461b.zip
<sys/un.h> not needed
Diffstat (limited to 'usr.sbin/dhcrelay')
-rw-r--r--usr.sbin/dhcrelay/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h
index 64756ed9a21..332dfb33a14 100644
--- a/usr.sbin/dhcrelay/dhcpd.h
+++ b/usr.sbin/dhcrelay/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.10 2006/12/18 01:08:58 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.11 2007/01/04 19:12:41 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -44,7 +44,6 @@
#include <sys/sockio.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <sys/un.h>
#include <sys/wait.h>
#include <net/if.h>