mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
$NetBSD: patch-ad,v 1.3 2015/12/29 23:34:48 dholland Exp $
|
|
|
|
Don't declare own errno.
|
|
|
|
--- io.c.orig 2010-02-20 07:58:14.000000000 +0000
|
|
+++ io.c
|
|
@@ -1072,7 +1072,6 @@ int interesting; /* pid of interest, if
|
|
int pid;
|
|
int status = 0;
|
|
struct redirect *redp;
|
|
- extern int errno;
|
|
|
|
hstat = signal(SIGHUP, SIG_IGN);
|
|
istat = signal(SIGINT, SIG_IGN);
|