Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: Remove unnecessary __BEGIN_DECLS ... __END_DECLS at Christo...
details: https://anonhg.NetBSD.org/src/rev/0ed8b92d0387
branches: trunk
changeset: 318219:0ed8b92d0387
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 ffb71c102e1a -r 0ed8b92d0387 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