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/81d5a0e329c4
branches: trunk
changeset: 379003:81d5a0e329c4
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 9cf4a9d65e89 -r 81d5a0e329c4 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