Module Name: src
Committed By: fcambus
Date: Mon May 3 10:25:14 UTC 2021
Modified Files:
src/sys/kern: exec_script.c
Log Message:
Remove duplicate #ifdef block.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/kern/exec_script.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/exec_script.c
diff -u src/sys/kern/exec_script.c:1.82 src/sys/kern/exec_script.c:1.83
--- src/sys/kern/exec_script.c:1.82 Mon Mar 23 02:44:22 2020
+++ src/sys/kern/exec_script.c Mon May 3 10:25:14 2021
@@ -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"