summaryrefslogtreecommitdiff
path: root/mail/qmail/patches/patch-ag
blob: b6137736520825dbd764f770312c23e656b15d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1 2004/04/10 05:30:06 schmonz Exp $

--- error.h.orig	1998-06-15 06:53:16.000000000 -0400
+++ error.h
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include <errno.h>
 
 extern int error_intr;
 extern int error_nomem;