svn commit: r186752 - head/sys/netipsec

Robert Watson rwatson at FreeBSD.org
Sun Jan 4 14:15:17 PST 2009


Author: rwatson
Date: Sun Jan  4 22:15:15 2009
New Revision: 186752
URL: http://svn.freebsd.org/changeset/base/186752

Log:
  Fix non-C99 initialization for protosw initializing pr_ousrreq.

Modified:
  head/sys/netipsec/xform_ipip.c

Modified: head/sys/netipsec/xform_ipip.c
==============================================================================
--- head/sys/netipsec/xform_ipip.c	Sun Jan  4 21:53:42 2009	(r186751)
+++ head/sys/netipsec/xform_ipip.c	Sun Jan  4 22:15:15 2009	(r186752)
@@ -664,7 +664,6 @@ static struct protosw ipe4_protosw =
 { SOCK_RAW,	&inetdomain,	IPPROTO_IPV4,	PR_ATOMIC|PR_ADDR|PR_LASTHDR,
   ip4_input,
 		0, 		0,		rip_ctloutput,
-  0,
   0,		0,		0,		0,
   &rip_usrreqs
 };


More information about the svn-src-all mailing list