PERFORCE change 59945 for review
Peter Wemm
peter at FreeBSD.org
Tue Aug 17 17:36:13 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=59945
Change 59945 by peter at 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
More information about the p4-projects
mailing list