mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
$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. */
|