Module Name: src
Committed By: plunky
Date: Thu Apr 22 14:37:06 UTC 2010
Modified Files:
src/usr.bin/netstat: unix.c
Log Message:
no need to forward declare struct uio and proc before including
<sys/file.h> as it does that internally, and don't continue the
_KERNEL definition afterwards as it causes some other problems
with pcc relating to unreferenced symbols in unused static
inline functions which gcc optimises away.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/netstat/unix.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.