From 52a421fc3f8fc8f10bb794f9e4883e5dcce4fa22 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 20 Jan 2015 18:26:57 +0000 Subject: Adjust comments regarding use of use of MSIZE, or delete if now possible ok guenther --- usr.bin/netstat/unix.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/netstat/unix.c') diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index c422a30b6b6..27ed2816812 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unix.c,v 1.24 2015/01/16 06:40:10 deraadt Exp $ */ +/* $OpenBSD: unix.c,v 1.25 2015/01/20 18:26:57 deraadt Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- @@ -33,10 +33,9 @@ /* * Display protocol blocks in the unix domain. */ -#include /* MSIZE */ -#include #include #include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b