Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet KNF



details:   https://anonhg.NetBSD.org/src/rev/58d29a7c2a0f
branches:  trunk
changeset: 331085:58d29a7c2a0f
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Jul 31 00:58:02 2014 +0000

description:
KNF

diffstat:

 sys/netinet/ip_carp.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a2ccdfa77532 -r 58d29a7c2a0f sys/netinet/ip_carp.h
--- a/sys/netinet/ip_carp.h     Thu Jul 31 00:56:23 2014 +0000
+++ b/sys/netinet/ip_carp.h     Thu Jul 31 00:58:02 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_carp.h,v 1.6 2009/09/16 15:23:05 pooka Exp $        */
+/*     $NetBSD: ip_carp.h,v 1.7 2014/07/31 00:58:02 ozaki-r Exp $      */
 /*     $OpenBSD: ip_carp.h,v 1.18 2005/04/20 23:00:41 mpf Exp $        */
 
 /*
@@ -153,8 +153,8 @@
 
 #ifdef _KERNEL
 void            carp_init(void);
-void            carp_ifdetach (struct ifnet *);
-void            carp_proto_input (struct mbuf *, ...);
+void            carp_ifdetach(struct ifnet *);
+void            carp_proto_input(struct mbuf *, ...);
 void            carp_carpdev_state(void *);
 int             carp6_proto_input(struct mbuf **, int *, int);
 int             carp_iamatch(struct in_ifaddr *, u_char *,



Home | Main Index | Thread Index | Old Index