mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 23:06:08 -04:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
$NetBSD: patch-ai,v 1.1 2006/01/24 22:47:13 joerg Exp $
|
|
|
|
--- hdrs/elm_lib.h.orig 2006-01-24 19:53:20.000000000 +0000
|
|
+++ hdrs/elm_lib.h
|
|
@@ -67,8 +67,8 @@ int elm_access P_((const char *, int));
|
|
|
|
|
|
/* errno.c */
|
|
+#include <errno.h>
|
|
|
|
-extern int errno;
|
|
#ifndef STRERROR
|
|
char *strerror P_((int));
|
|
#endif
|