blob: 44769875263d1f80e1f505844e2e2caedb1d69c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-az,v 1.1 2005/12/03 00:52:55 joerg Exp $
--- src/tmail/tmail.c.orig 2005-12-03 00:46:07.000000000 +0000
+++ src/tmail/tmail.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <pwd.h>
#include <errno.h>
-extern int errno; /* just in case */
#include <sysexits.h>
#include <sys/file.h>
#include <sys/stat.h>
|