Module Name: src Committed By: plunky Date: Thu Apr 22 14:32:30 UTC 2010
Modified Files: src/usr.bin/netstat: route.c Log Message: it is not [any longer] necessary to #define _KERNEL while including <net/route.h> so remove it. This fixes a build problem with pcc which is not as clever as gcc when optimising away unused static inline functions which refer to unknown symbols (eg sockaddr_dup). To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/usr.bin/netstat/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.