Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet one too many whitespace
details: https://anonhg.NetBSD.org/src/rev/ba789df7af9e
branches: trunk
changeset: 536996:ba789df7af9e
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Sep 25 07:37:12 2002 +0000
description:
one too many whitespace
diffstat:
sys/netinet/in_proto.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r eaa6811d33fa -r ba789df7af9e sys/netinet/in_proto.c
--- a/sys/netinet/in_proto.c Wed Sep 25 07:27:49 2002 +0000
+++ b/sys/netinet/in_proto.c Wed Sep 25 07:37:12 2002 +0000
@@ -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.
@@ -65,7 +65,7 @@
*/
#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_eon.h" /* ISO CLNL over IP */
@@ -196,7 +196,7 @@
{ SOCK_RAW, &inetdomain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
encap4_input, rip_output, rip_ctlinput, rip_ctloutput,
rip_usrreq, /*XXX*/
- encap_init, 0, 0, 0,
+ encap_init, 0, 0, 0,
},
#endif /* INET6 */
#if NGRE > 0
Home |
Main Index |
Thread Index |
Old Index