Module Name:    src
Committed By:   dogcow
Date:           Sun Feb  2 08:25:23 UTC 2014

Modified Files:
        src/sys/kern: kern_exec.c

Log Message:
Delete duplicate symbol definition introduced in 1.371. Now builds again.


To generate a diff of this commit:
cvs rdiff -u -r1.371 -r1.372 src/sys/kern/kern_exec.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/kern_exec.c
diff -u src/sys/kern/kern_exec.c:1.371 src/sys/kern/kern_exec.c:1.372
--- src/sys/kern/kern_exec.c:1.371	Sun Feb  2 04:28:42 2014
+++ src/sys/kern/kern_exec.c	Sun Feb  2 08:25:23 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_exec.c,v 1.371 2014/02/02 04:28:42 manu Exp $	*/
+/*	$NetBSD: kern_exec.c,v 1.372 2014/02/02 08:25:23 dogcow Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.371 2014/02/02 04:28:42 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_exec.c,v 1.372 2014/02/02 08:25:23 dogcow Exp $");
 
 #include "opt_exec.h"
 #include "opt_execfmt.h"
@@ -178,7 +178,6 @@ void	syscall(void);
 /* NetBSD emul struct */
 struct emul emul_netbsd = {
 	.e_name =		"netbsd",
-	.e_path =		NULL,
 #ifdef EMUL_NATIVEROOT
 	.e_path =		EMUL_NATIVEROOT,
 #else

Reply via email to