9c193670e8
bugs present in the 3.6.1 release. Based on patches provided by Thomas Klausner in private e-mail.
13 lines
300 B
Text
13 lines
300 B
Text
$NetBSD: patch-af,v 1.6 2006/10/23 12:29:56 tron Exp $
|
|
|
|
--- src/error.h.orig 2005-08-10 13:33:21.000000000 +0200
|
|
+++ src/error.h
|
|
@@ -36,8 +36,6 @@
|
|
|
|
|
|
#include <errno.h>
|
|
-/* BSD 4.3 errno.h does not declare errno */
|
|
-extern int errno;
|
|
|
|
extern char* open_fail_error (
|
|
#if NeedFunctionPrototypes
|