Date: Wed, 18 Aug 2004 00:36:12 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 59945 for review Message-ID: <200408180036.i7I0aCGm020637@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=59945 Change 59945 by peter@peter_melody on 2004/08/18 00:36:09 try and make this compile. yay. Affected files ... .. //depot/projects/hammer/sys/netinet/ip_output.c#34 edit Differences ... ==== //depot/projects/hammer/sys/netinet/ip_output.c#34 (text+ko) ==== @@ -132,7 +132,9 @@ struct in_ifaddr *ia = NULL; int isbroadcast, sw_csum; struct route iproute; +#ifdef PFIL_HOOKS struct in_addr odst; +#endif #ifdef IPFIREWALL_FORWARD struct m_tag *fwd_tag = NULL; #endif @@ -185,7 +187,9 @@ } dst = (struct sockaddr_in *)&ro->ro_dst; +#ifdef PFIL_HOOKS again: +#endif /* * If there is a cached route, * check that it is to the same destination
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408180036.i7I0aCGm020637>