summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2018-01-05 08:13:31 +0000
committermpi <mpi@openbsd.org>2018-01-05 08:13:31 +0000
commitce704e6a58d73d0f394ba9fe27b39ad0b44328a9 (patch)
tree46a80e3bb3f681e70fd7867eb092d08d61e525d1 /usr.sbin/npppd
parentaccidental commit (diff)
downloadwireguard-openbsd-ce704e6a58d73d0f394ba9fe27b39ad0b44328a9.tar.xz
wireguard-openbsd-ce704e6a58d73d0f394ba9fe27b39ad0b44328a9.zip
Remove useless <sys/socketvar.h> includes.
ok kettenis@, visa@, claudio@, deraadt@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/common/radish.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/npppd/common/radish.c b/usr.sbin/npppd/common/radish.c
index 9c99aa77017..ddc487b0193 100644
--- a/usr.sbin/npppd/common/radish.c
+++ b/usr.sbin/npppd/common/radish.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radish.c,v 1.5 2017/05/30 17:52:05 yasuoka Exp $ */
+/* $OpenBSD: radish.c,v 1.6 2018/01/05 08:13:31 mpi Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
* All rights reserved.
@@ -41,7 +41,6 @@
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/socketvar.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>