aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2008-12-17 13:00:18 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2008-12-17 13:00:18 +0000
commit97590249ad388c44c40baf5e95b01903c052816c (patch)
tree25d063d5e1e8efdb96e60a55d552b53db514c8d4 /sys/netinet
parentdcdb4371ca97ecfaabf614fb5bcc04dd81df34c8 (diff)
downloadsrc-97590249ad388c44c40baf5e95b01903c052816c.tar.gz
src-97590249ad388c44c40baf5e95b01903c052816c.zip
Another step assimilating IPv[46] PCB code:
normalize IN6P_* compat flags usage to their equialent INP_* counterpart. Discussed with: rwatson Reviewed by: rwatson MFC after: 4 weeks
Notes
Notes: svn path=/head/; revision=186223
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 0862c95eb6f3..01636fe964fd 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -441,7 +441,7 @@ void inp_4tuple_get(struct inpcb *inp, uint32_t *laddr, uint16_t *lp,
#define IN6P_RECVIF INP_RECVIF
#define IN6P_MTUDISC INP_MTUDISC
#define IN6P_FAITH INP_FAITH
-#define IN6P_CONTROLOPTS INP_CONTROLOPTS
+#define IN6P_CONTROLOPTS INP_CONTROLOPTS
/*
* socket AF version is {newer than,or include}
* actual datagram AF version