artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b363ba1
)
No need for <sys/socketvar.h>
author
mpi
<mpi@openbsd.org>
Fri, 5 Jan 2018 10:41:24 +0000
(10:41 +0000)
committer
mpi
<mpi@openbsd.org>
Fri, 5 Jan 2018 10:41:24 +0000
(10:41 +0000)
usr.bin/netstat/unix.c
patch
|
blob
|
history
diff --git
a/usr.bin/netstat/unix.c
b/usr.bin/netstat/unix.c
index
f81a637
..
19af38b
100644
(file)
--- a/
usr.bin/netstat/unix.c
+++ b/
usr.bin/netstat/unix.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: unix.c,v 1.3
0 2016/09/15 01:01:08 dlg
Exp $ */
+/* $OpenBSD: unix.c,v 1.3
1 2018/01/05 10:41:24 mpi
Exp $ */
/* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */
/*-
@@
-34,7
+34,6
@@
* Display protocol blocks in the unix domain.
*/
#include <sys/socket.h>
-#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/mbuf.h>
#include <sys/sysctl.h>