mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
$NetBSD: patch-bv,v 1.1 2006/01/24 19:01:45 joerg Exp $
|
|
|
|
--- src/syscall.c.orig 2006-01-24 17:39:48.000000000 +0000
|
|
+++ src/syscall.c
|
|
@@ -164,7 +164,6 @@ int system_call(string, options)
|
|
#ifdef SIGTSTP
|
|
register SIGHAND_TYPE (*oldstop)(), (*oldstart)();
|
|
#endif
|
|
- extern int errno;
|
|
|
|
/* flush any pending output */
|
|
FlushBuffer();
|