Date: Tue, 25 Nov 2003 13:02:40 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 43044 for review Message-ID: <200311252102.hAPL2ebm033574@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=43044 Change 43044 by sam@sam_ebb on 2003/11/25 13:02:05 move inline function under #ifdef _KERNEL Affected files ... .. //depot/projects/netperf/sys/netinet/ip_dummynet.h#5 edit Differences ... ==== //depot/projects/netperf/sys/netinet/ip_dummynet.h#5 (text+ko) ==== @@ -351,7 +351,6 @@ extern ip_dn_ruledel_t *ip_dn_ruledel_ptr; extern ip_dn_io_t *ip_dn_io_ptr; #define DUMMYNET_LOADED (ip_dn_io_ptr != NULL) -#endif /* * Return the IPFW rule associated with the dummynet tag; if any. @@ -362,4 +361,5 @@ struct m_tag *mtag = m_tag_find(m, PACKET_TAG_DUMMYNET, NULL); return mtag ? ((struct dn_pkt_tag *)(mtag+1))->rule : NULL; } +#endif #endif /* _IP_DUMMYNET_H */help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311252102.hAPL2ebm033574>
