mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
$NetBSD: patch-ab,v 1.3 2008/11/30 08:43:16 obache Exp $
|
|
|
|
--- SelFile/SelFile.c.orig 1993-12-27 12:14:20.000000000 +0000
|
|
+++ SelFile/SelFile.c
|
|
@@ -43,10 +43,6 @@
|
|
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
-/* BSD 4.3 errno.h does not declare errno */
|
|
-extern int errno;
|
|
-extern int sys_nerr;
|
|
-extern char *sys_errlist[];
|
|
|
|
#include <sys/param.h>
|
|
#include <X11/cursorfont.h>
|