Do not "extern int errno;" just in case.
This commit is contained in:
parent
d150256b96
commit
24413d31af
19 changed files with 235 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.25 2005/10/05 15:49:44 salo Exp $
|
||||
$NetBSD: distinfo,v 1.26 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
SHA1 (imap-2004e.tar.Z) = 3c5cf83489dd8ac4c2cfd43370fcec85db7bc372
|
||||
RMD160 (imap-2004e.tar.Z) = 76c8596fe1a9a830bbd60fdafafb13f9bac42cd9
|
||||
|
@ -9,9 +9,27 @@ SHA1 (patch-ac) = 8b4ea8c15929c65eda1b3444c68fdbf70fa68b6a
|
|||
SHA1 (patch-ad) = 3404de4e4acb456e3c7b34ca80b31b80b465b3e1
|
||||
SHA1 (patch-ae) = 702473377ca66266bdb6d5d13045d279a38ea7de
|
||||
SHA1 (patch-af) = 07e6b95a8aea0ea0ee6ccc20c1906ddf16ef6d61
|
||||
SHA1 (patch-ag) = 452fcfc1bd17d3cc65e5012db56d37af25bcf3b6
|
||||
SHA1 (patch-ah) = 06d780220e21b4dd4b601f66efb6e73ee95991e2
|
||||
SHA1 (patch-ai) = c495ed39fbc01e1d8b05f6acd3d11394978f9b43
|
||||
SHA1 (patch-aj) = 0a728d3b5271c048275a4d41002877e86ac275b2
|
||||
SHA1 (patch-ak) = c798b2aad17091526c667a552839cfe1ec0e23c9
|
||||
SHA1 (patch-al) = b746d36cb324114468d07d1aba7d22c5bd5b23b2
|
||||
SHA1 (patch-am) = 891de03bbc24de9eaf70d74c69b5b66d0b6b94b4
|
||||
SHA1 (patch-an) = f3c9e23406b5f6ae32ce51a81b1f2aab46d8394d
|
||||
SHA1 (patch-ao) = 777b30793ea2e1f33be14e34d837f1f0cc5d0d67
|
||||
SHA1 (patch-ap) = ce224812b0744a699e5e07916ca04510bf62da25
|
||||
SHA1 (patch-aq) = 7cf038fcb8e072fa46604ac0ac8c02c0d6d3608e
|
||||
SHA1 (patch-ar) = 6c7cc6c03b87af90866230624c476c7868e323fe
|
||||
SHA1 (patch-as) = 3760b2126f761be4d09c807f7d21b0ed7b1b89bb
|
||||
SHA1 (patch-at) = aeb907f8a9a2438490ecd9dc0251b396b4507968
|
||||
SHA1 (patch-au) = 88c14e0f2aa61c34f0255d09f6d00e30328f5c82
|
||||
SHA1 (patch-av) = 24043b6d1ed9c4cc9a72735caf82ad5a08ff3ee6
|
||||
SHA1 (patch-aw) = 46d108d26b9cc414bb2b3b5f5c5325a3d210bf5e
|
||||
SHA1 (patch-ax) = 136eebbdac13434659583e370443ab2033969ae3
|
||||
SHA1 (patch-ay) = 6004d14891d3f7004af834d2e4b217369e2f6ee1
|
||||
SHA1 (patch-az) = 6372149e6fec8ffc5091ef5dcca959884c720d1b
|
||||
SHA1 (patch-ba) = 64b89d377501861ddeecaf58f845132b95ac8f75
|
||||
SHA1 (patch-bb) = 220bfb5885dd73cf3375b26bda6be1ea2d39d069
|
||||
SHA1 (patch-bc) = b3cd7d728de313cd00af2d9c99cadc2478006232
|
||||
SHA1 (patch-bd) = 2dbffe2f11d1c0c2b05eabe3fc976c230e821709
|
||||
|
|
12
mail/imap-uw/patches/patch-ag
Normal file
12
mail/imap-uw/patches/patch-ag
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ag,v 1.4 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/os_bsi.c.orig 2005-12-02 23:38:04.000000000 +0000
|
||||
+++ src/osdep/unix/os_bsi.c
|
||||
@@ -30,7 +30,6 @@
|
||||
#include <netdb.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <pwd.h>
|
||||
#include "misc.h"
|
||||
|
12
mail/imap-uw/patches/patch-ah
Normal file
12
mail/imap-uw/patches/patch-ah
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ah,v 1.7 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/dummy.c.orig 2005-12-02 23:44:29.000000000 +0000
|
||||
+++ src/osdep/unix/dummy.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>
|
12
mail/imap-uw/patches/patch-ao
Normal file
12
mail/imap-uw/patches/patch-ao
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ao,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/c-client/netmsg.c.orig 2005-12-02 23:46:56.000000000 +0000
|
||||
+++ src/c-client/netmsg.c
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
||||
#include "misc.h"
|
12
mail/imap-uw/patches/patch-ap
Normal file
12
mail/imap-uw/patches/patch-ap
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ap,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/unix.c.orig 2005-12-02 23:51:06.000000000 +0000
|
||||
+++ src/osdep/unix/unix.c
|
||||
@@ -34,7 +34,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
12
mail/imap-uw/patches/patch-aq
Normal file
12
mail/imap-uw/patches/patch-aq
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-aq,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/mbx.c.orig 2005-12-02 23:52:39.000000000 +0000
|
||||
+++ src/osdep/unix/mbx.c
|
||||
@@ -29,7 +29,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>
|
12
mail/imap-uw/patches/patch-ar
Normal file
12
mail/imap-uw/patches/patch-ar
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ar,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/mmdf.c.orig 2005-12-02 23:59:15.000000000 +0000
|
||||
+++ src/osdep/unix/mmdf.c
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
12
mail/imap-uw/patches/patch-as
Normal file
12
mail/imap-uw/patches/patch-as
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-as,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/tenex.c.orig 2005-12-03 00:01:26.000000000 +0000
|
||||
+++ src/osdep/unix/tenex.c
|
||||
@@ -34,7 +34,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
||||
#include <sys/stat.h>
|
12
mail/imap-uw/patches/patch-at
Normal file
12
mail/imap-uw/patches/patch-at
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-at,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/mtx.c.orig 2005-12-03 00:05:28.000000000 +0000
|
||||
+++ src/osdep/unix/mtx.c
|
||||
@@ -29,7 +29,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>
|
12
mail/imap-uw/patches/patch-au
Normal file
12
mail/imap-uw/patches/patch-au
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-au,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/news.c.orig 2005-12-03 00:09:50.000000000 +0000
|
||||
+++ src/osdep/unix/news.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 <sys/stat.h>
|
12
mail/imap-uw/patches/patch-av
Normal file
12
mail/imap-uw/patches/patch-av
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-av,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/phile.c.orig 2005-12-03 00:15:34.000000000 +0000
|
||||
+++ src/osdep/unix/phile.c
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
12
mail/imap-uw/patches/patch-aw
Normal file
12
mail/imap-uw/patches/patch-aw
Normal file
|
@ -0,0 +1,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>
|
12
mail/imap-uw/patches/patch-ax
Normal file
12
mail/imap-uw/patches/patch-ax
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ax,v 1.1 2005/12/03 00:52:54 joerg Exp $
|
||||
|
||||
--- src/osdep/unix/mx.c.orig 2005-12-03 00:43:02.000000000 +0000
|
||||
+++ src/osdep/unix/mx.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>
|
12
mail/imap-uw/patches/patch-ay
Normal file
12
mail/imap-uw/patches/patch-ay
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ay,v 1.1 2005/12/03 00:52:55 joerg Exp $
|
||||
|
||||
--- src/ipopd/ipop2d.c.orig 2005-12-03 00:45:23.000000000 +0000
|
||||
+++ src/ipopd/ipop2d.c
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include "c-client.h"
|
12
mail/imap-uw/patches/patch-az
Normal file
12
mail/imap-uw/patches/patch-az
Normal file
|
@ -0,0 +1,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>
|
12
mail/imap-uw/patches/patch-ba
Normal file
12
mail/imap-uw/patches/patch-ba
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ba,v 1.1 2005/12/03 00:52:55 joerg Exp $
|
||||
|
||||
--- src/ipopd/ipop3d.c.orig 2005-12-03 00:46:31.000000000 +0000
|
||||
+++ src/ipopd/ipop3d.c
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include "c-client.h"
|
12
mail/imap-uw/patches/patch-bb
Normal file
12
mail/imap-uw/patches/patch-bb
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-bb,v 1.1 2005/12/03 00:52:55 joerg Exp $
|
||||
|
||||
--- src/mailutil/mailutil.c.orig 2005-12-03 00:46:42.000000000 +0000
|
||||
+++ src/mailutil/mailutil.c
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include "mail.h"
|
||||
#include "osdep.h"
|
||||
#include "misc.h"
|
12
mail/imap-uw/patches/patch-bc
Normal file
12
mail/imap-uw/patches/patch-bc
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-bc,v 1.1 2005/12/03 00:52:55 joerg Exp $
|
||||
|
||||
--- src/imapd/imapd.c.orig 2005-12-03 00:46:59.000000000 +0000
|
||||
+++ src/imapd/imapd.c
|
||||
@@ -23,7 +23,6 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
-extern int errno; /* just in case */
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include "c-client.h"
|
12
mail/imap-uw/patches/patch-bd
Normal file
12
mail/imap-uw/patches/patch-bd
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-bd,v 1.1 2005/12/03 00:52:55 joerg Exp $
|
||||
|
||||
--- src/dmail/dmail.c.orig 2005-12-03 00:47:14.000000000 +0000
|
||||
+++ src/dmail/dmail.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>
|
Loading…
Reference in a new issue