blob: d24881fed3102d6aa20a3042f50e6cdf7e0c7a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.7 2006/09/03 11:39:08 kristerw Exp $
--- scsh/syscalls1.c.orig 2004-03-11 15:54:06.000000000 +0000
+++ scsh/syscalls1.c
@@ -42,7 +42,6 @@
/* Make sure our exports match up w/the implementation: */
#include "syscalls1.h"
-extern int errno;
extern char **environ;
/* Sux because it's dependent on 32-bitness. */
|