13 lines
419 B
Text
13 lines
419 B
Text
$NetBSD: patch-aa,v 1.6 2006/02/26 13:44:18 joerg Exp $
|
|
|
|
--- src/mail/fmail.h.orig 2004-01-02 03:54:01.000000000 +0000
|
|
+++ src/mail/fmail.h
|
|
@@ -170,7 +170,7 @@ char *strchr (), *strrchr ();
|
|
#define sys_nerr 65535
|
|
#else
|
|
#ifndef sys_nerr
|
|
- #ifndef __FreeBSD__
|
|
+ #if !defined (__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__OpenBSD__)
|
|
extern int sys_nerr;
|
|
#endif
|
|
#endif
|