summaryrefslogtreecommitdiff
path: root/mail/elm-me/patches/patch-af
blob: e807f56c7daabf819e429264246e77025e9eb170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2006/01/24 19:01:45 joerg Exp $

--- lib/can_access.c.orig	2006-01-20 03:26:03.000000000 +0000
+++ lib/can_access.c
@@ -29,8 +29,6 @@ static char rcsid[] = "@(#)$Id: can_acce
 void _exit();
 #endif
 
-extern int errno;		/* system error number */
-
 int can_access(file, mode)
      char *file; 
      int   mode;