one too many whitespace

This commit is contained in:
itojun 2002-09-25 07:37:12 +00:00
parent 729925dfb9
commit 9d27b7540e

View File

@ -1,4 +1,4 @@
/* $NetBSD: in_proto.c,v 1.56 2002/06/09 16:33:38 itojun Exp $ */ /* $NetBSD: in_proto.c,v 1.57 2002/09/25 07:37:12 itojun Exp $ */
/* /*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -65,7 +65,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.56 2002/06/09 16:33:38 itojun Exp $"); __KERNEL_RCSID(0, "$NetBSD: in_proto.c,v 1.57 2002/09/25 07:37:12 itojun Exp $");
#include "opt_mrouting.h" #include "opt_mrouting.h"
#include "opt_eon.h" /* ISO CLNL over IP */ #include "opt_eon.h" /* ISO CLNL over IP */
@ -196,7 +196,7 @@ struct protosw inetsw[] = {
{ SOCK_RAW, &inetdomain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR, { SOCK_RAW, &inetdomain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
encap4_input, rip_output, rip_ctlinput, rip_ctloutput, encap4_input, rip_output, rip_ctlinput, rip_ctloutput,
rip_usrreq, /*XXX*/ rip_usrreq, /*XXX*/
encap_init, 0, 0, 0, encap_init, 0, 0, 0,
}, },
#endif /* INET6 */ #endif /* INET6 */
#if NGRE > 0 #if NGRE > 0