mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/01/03 15:51:02 joerg Exp $
|
|
|
|
--- exec.c.orig 2006-01-03 15:46:21.000000000 +0000
|
|
+++ exec.c
|
|
@@ -35,7 +35,6 @@
|
|
#include <vfork.h>
|
|
#endif
|
|
|
|
-extern int errno;
|
|
extern char **environ;
|
|
extern char *shell;
|
|
extern char *commands[];
|