Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netipsec
Module Name: src
Committed By: jonathan
Date: Wed Mar 17 00:21:43 UTC 2004
Modified Files:
src/sys/netipsec: ipsec_output.c xform_ah.c xform_esp.c xform_ipip.c
Log Message:
sys/netinet6/ip6_ecn.h is reportedly a FreeBSD-ism; NetBSD has
prototypes for the IPv6 ECN ingress/egress functions in sys/netinet/ip_ecn.h,
inside an #ifdef INET6 wrapper. So, wrap sys/netipsec ocurrences of
#include <netinet6/ip6_ecn.h>
in #ifdef __FreeBSD__/#endif, until both camps can agree on this
teensy little piece of namespace. Affects:
ipsec_output.c xform_ah.c xform_esp.c xform_ipip.c
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/netipsec/ipsec_output.c
cvs rdiff -r1.5 -r1.6 src/sys/netipsec/xform_ah.c
cvs rdiff -r1.4 -r1.5 src/sys/netipsec/xform_esp.c
cvs rdiff -r1.8 -r1.9 src/sys/netipsec/xform_ipip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index