svn commit: r287249 - head/sys/netinet6
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Aug 28 09:38:19 UTC 2015
Author: bz
Date: Fri Aug 28 09:38:18 2015
New Revision: 287249
URL: https://svnweb.freebsd.org/changeset/base/287249
Log:
remove a left-over after r220463 empty #ifdef INET check.
MFC after: 1 week
Modified:
head/sys/netinet6/udp6_usrreq.c
Modified: head/sys/netinet6/udp6_usrreq.c
==============================================================================
--- head/sys/netinet6/udp6_usrreq.c Fri Aug 28 07:31:19 2015 (r287248)
+++ head/sys/netinet6/udp6_usrreq.c Fri Aug 28 09:38:18 2015 (r287249)
@@ -1243,8 +1243,6 @@ udp6_send(struct socket *so, int flags,
INP_HASH_WLOCK(pcbinfo);
error = udp6_output(inp, m, addr, control, td);
INP_HASH_WUNLOCK(pcbinfo);
-#ifdef INET
-#endif
INP_WUNLOCK(inp);
return (error);
More information about the svn-src-all
mailing list