Fix errno.

This commit is contained in:
joerg 2006-02-26 21:37:19 +00:00
parent 3c497f3de3
commit c38d51f238
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.16 2005/08/02 14:47:38 drochner Exp $
$NetBSD: distinfo,v 1.17 2006/02/26 21:37:19 joerg Exp $
SHA1 (feh-1.3.4.tar.gz) = cf02fd48325ba02467c7f791634a28e98edbe801
RMD160 (feh-1.3.4.tar.gz) = 7e27d31cf974b30fc321d4dbef2fd46fbd21d34c
@ -7,3 +7,4 @@ SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd
SHA1 (patch-ab) = 1899f65deb3a5c3d9825b381298b752f0bec54cc
SHA1 (patch-ac) = a0c76aebd0d38c990e12259d7ceb9e4d75920401
SHA1 (patch-ad) = 7a3a5a5a88ffa65942606501181e6e9c09af5a56
SHA1 (patch-ae) = 45c0a837c53393597d0617ff64bdf7fbf5aaa814

View file

@ -0,0 +1,12 @@
$NetBSD: patch-ae,v 1.1 2006/02/26 21:37:19 joerg Exp $
--- src/filelist.c.orig 2006-02-23 20:17:53.000000000 +0000
+++ src/filelist.c
@@ -30,7 +30,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE
gib_list *filelist = NULL;
int filelist_len = 0;
gib_list *current_file = NULL;
-extern int errno;
static gib_list *rm_filelist = NULL;