Source-Changes-HG archive

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

[src/trunk]: src/sys/kern remove extra #endif



details:   https://anonhg.NetBSD.org/src/rev/f44d8c4350e6
branches:  trunk
changeset: 448217:f44d8c4350e6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 27 02:55:26 2019 +0000

description:
remove extra #endif

diffstat:

 sys/kern/kern_stub.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d54889a5e69d -r f44d8c4350e6 sys/kern/kern_stub.c
--- a/sys/kern/kern_stub.c      Sun Jan 27 02:55:02 2019 +0000
+++ b/sys/kern/kern_stub.c      Sun Jan 27 02:55:26 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_stub.c,v 1.46 2019/01/27 02:08:43 pgoyette Exp $  */
+/*     $NetBSD: kern_stub.c,v 1.47 2019/01/27 02:55:26 christos Exp $  */
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.46 2019/01/27 02:08:43 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_stub.c,v 1.47 2019/01/27 02:55:26 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ktrace.h"
@@ -101,7 +101,6 @@
  __strong_alias(semctl1,enosys);
 #endif
 #endif
-#endif
 
 /*
  * ktrace stubs.  ktruser() goes to enosys as we want to fail the syscall,



Home | Main Index | Thread Index | Old Index