=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/unix.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/netstat/unix.c 2015/01/16 06:40:10 1.24 --- src/usr.bin/netstat/unix.c 2015/01/20 18:26:57 1.25 *************** *** 1,4 **** ! /* $OpenBSD: unix.c,v 1.24 2015/01/16 06:40:10 deraadt Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $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,42 **** /* * Display protocol blocks in the unix domain. */ - #include /* MSIZE */ - #include #include #include #include #include #include --- 33,41 ---- /* * Display protocol blocks in the unix domain. */ #include #include + #include #include #include #include