mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
$NetBSD: patch-ag,v 1.4 2016/06/11 12:54:24 rillig Exp $
|
|
|
|
Use the definition of errno from <errno.h>.
|
|
|
|
--- builtins/psize.c.orig 2008-08-14 19:56:53.000000000 +0000
|
|
+++ builtins/psize.c
|
|
@@ -41,10 +41,6 @@
|
|
#include "../general.h"
|
|
#include "../sig.h"
|
|
|
|
-#ifndef errno
|
|
-extern int errno;
|
|
-#endif
|
|
-
|
|
int nw;
|
|
|
|
sighandler
|