Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sys Remove unnecessary __BEGIN_DECLS ... __END_DE...



details:   https://anonhg.NetBSD.org/src/rev/ae30f3dcc713
branches:  trunk
changeset: 322056:ae30f3dcc713
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Apr 15 22:13:36 2018 +0000

description:
Remove unnecessary __BEGIN_DECLS ... __END_DECLS at Christos's suggestion.

diffstat:

 sys/compat/sys/sockio.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 2c5424024957 -r ae30f3dcc713 sys/compat/sys/sockio.h
--- a/sys/compat/sys/sockio.h   Sun Apr 15 21:50:38 2018 +0000
+++ b/sys/compat/sys/sockio.h   Sun Apr 15 22:13:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockio.h,v 1.11 2018/04/12 18:50:13 christos Exp $     */
+/*     $NetBSD: sockio.h,v 1.12 2018/04/15 22:13:36 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -183,7 +183,6 @@
 
 #ifdef _KERNEL
 
-__BEGIN_DECLS
 extern int (*vec_compat_ifconf)(struct lwp *, u_long, void *);
 extern int (*vec_compat_ifdatareq)(struct lwp *, u_long, void *);
 
@@ -191,7 +190,6 @@
 void uipc_syscalls_40_fini(void);
 void uipc_syscalls_50_init(void);
 void uipc_syscalls_50_fini(void);
-__END_DECLS
 
 #endif
 



Home | Main Index | Thread Index | Old Index