blob: 28c608a231d5e5511c089b9a6737c4f7c93bf6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aw,v 1.1 2005/12/03 00:52:54 joerg Exp $
--- src/osdep/unix/mh.c.orig 2005-12-03 00:28:43.000000000 +0000
+++ src/osdep/unix/mh.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
-extern int errno; /* just in case */
#include "mail.h"
#include "osdep.h"
#include <pwd.h>
|