diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-24 01:34:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-24 01:34:36 +0000 |
commit | 1ad3a4a72bd3d4aedb444da9e4edbda0feb124e1 (patch) | |
tree | 4b363e3e2fb9236181cae35a3d43fdf7aa4893b3 /net/xipdump/patches | |
parent | 0a498280f12e75de81e2061056c2e0c8b3b5c37e (diff) | |
download | pkgsrc-1ad3a4a72bd3d4aedb444da9e4edbda0feb124e1.tar.gz |
Fix errno.
Diffstat (limited to 'net/xipdump/patches')
-rw-r--r-- | net/xipdump/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xipdump/patches/patch-af b/net/xipdump/patches/patch-af new file mode 100644 index 00000000000..eb0daf1e89e --- /dev/null +++ b/net/xipdump/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2006/02/24 01:34:36 joerg Exp $ + +--- FileNom.c.orig 2006-02-24 01:30:25.000000000 +0000 ++++ FileNom.c +@@ -60,7 +60,6 @@ + #include <sys/stat.h> + #include <sys/param.h> + #include <errno.h> +-extern int errno; + #include <sys/file.h> + #include <pwd.h> + |