blob: 0d6e727929f4a1b850ca22f95bf8152c7ed39713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-bf,v 1.1 2006/06/01 23:11:29 joerg Exp $
--- execute.c.orig 2006-06-01 23:09:21.000000000 +0000
+++ execute.c
@@ -23,9 +23,6 @@ export char *init_shell = SHELL;
export char *user_shell;
export char *exec_chdir_to = NULL;
-extern int errno;
-
-
static int
shell_check()
{
|