diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-05 23:29:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-04-05 23:29:37 +0000 |
commit | f4cb723d9203eace1d2ac3ad9419d636e4b5487b (patch) | |
tree | 0644546137e21a25c50901ddd04d1765b9ab12e2 /net-mail/qtools/files | |
parent | Marked stable on hppa. Changed depend sys-kernel/linux-headers to virtual/os-... (diff) | |
download | gentoo-2-f4cb723d9203eace1d2ac3ad9419d636e4b5487b.tar.gz gentoo-2-f4cb723d9203eace1d2ac3ad9419d636e4b5487b.tar.bz2 gentoo-2-f4cb723d9203eace1d2ac3ad9419d636e4b5487b.zip |
new package
Diffstat (limited to 'net-mail/qtools/files')
-rw-r--r-- | net-mail/qtools/files/digest-qtools-0.56 | 1 | ||||
-rw-r--r-- | net-mail/qtools/files/qtools-0.56-errno.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net-mail/qtools/files/digest-qtools-0.56 b/net-mail/qtools/files/digest-qtools-0.56 new file mode 100644 index 000000000000..d3ad921b05e3 --- /dev/null +++ b/net-mail/qtools/files/digest-qtools-0.56 @@ -0,0 +1 @@ +MD5 ba5610526e08fb00ddc30b28f1a0864e qtools-0.56.tar.gz 37748 diff --git a/net-mail/qtools/files/qtools-0.56-errno.patch b/net-mail/qtools/files/qtools-0.56-errno.patch new file mode 100644 index 000000000000..a5fdab64b733 --- /dev/null +++ b/net-mail/qtools/files/qtools-0.56-errno.patch @@ -0,0 +1,12 @@ +--- qtools-0.56.old/error.h 2000-03-18 14:01:20.000000000 -0800 ++++ qtools-0.56/error.h 2003-03-23 21:50:05.000000000 -0800 +@@ -1,7 +1,8 @@ + #ifndef ERROR_H + #define ERROR_H + +-extern int errno; ++/* extern int errno; */ ++#include <errno.h> + + extern int error_intr; + extern int error_nomem; |