cvs commit: src/lib/libc/net sourcefilter.c
peter 2007-07-04 00:55:50 UTC FreeBSD src repository Modified files: lib/libc/net sourcefilter.c Log: Fix missing prototype warnings. (Compile errors with -Werror on) When using namespace.h/un-namespace.h, you use _ versions of syscalls. Change getsockopt() to _get
cvs commit: src/lib/libc/net sourcefilter.c
bms 2007-06-12 19:08:38 UTC FreeBSD src repository Modified files: lib/libc/net sourcefilter.c Log: Fix a typo which crept in from an earlier version of this file. Revision ChangesPath 1.2 +2 -2 src/lib/libc/net/sourcefilter.c __