Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Remove duplicate #ifdef block.
details:   https://anonhg.NetBSD.org/src/rev/14b1a2cf7332
branches:  trunk
changeset: 983106:14b1a2cf7332
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Mon May 03 10:25:14 2021 +0000
description:
Remove duplicate #ifdef block.
diffstat:
 sys/kern/exec_script.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r a7425218b323 -r 14b1a2cf7332 sys/kern/exec_script.c
--- a/sys/kern/exec_script.c    Mon May 03 08:44:05 2021 +0000
+++ b/sys/kern/exec_script.c    Mon May 03 10:25:14 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_script.c,v 1.82 2020/03/23 02:44:22 pgoyette Exp $        */
+/*     $NetBSD: exec_script.c,v 1.83 2021/05/03 10:25:14 fcambus Exp $ */
 
 /*
  * Copyright (c) 1993, 1994, 1996 Christopher G. Demetriou
@@ -31,11 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.82 2020/03/23 02:44:22 pgoyette Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_script.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: exec_script.c,v 1.83 2021/05/03 10:25:14 fcambus Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_script.h"
Home |
Main Index |
Thread Index |
Old Index