diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-01-02 16:35:22 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-01-02 16:35:22 +0000 |
commit | 1a4298cdf6fc50d6637b53737443d6d0cf059dea (patch) | |
tree | 49113667edeeaa16f5e5b9371f8671aa485acaf4 /mail-mta/netqmail/files | |
parent | fix typo in ladspa useflag deps, by Pierre Lejeune <superheron@gmail.com>, bu... (diff) | |
download | historical-1a4298cdf6fc50d6637b53737443d6d0cf059dea.tar.gz historical-1a4298cdf6fc50d6637b53737443d6d0cf059dea.tar.bz2 historical-1a4298cdf6fc50d6637b53737443d6d0cf059dea.zip |
fix #248229
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64
Diffstat (limited to 'mail-mta/netqmail/files')
-rw-r--r-- | mail-mta/netqmail/files/1.06-readwrite.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/1.06-readwrite.patch b/mail-mta/netqmail/files/1.06-readwrite.patch new file mode 100644 index 000000000000..a2fbe5fe695e --- /dev/null +++ b/mail-mta/netqmail/files/1.06-readwrite.patch @@ -0,0 +1,13 @@ +diff --git a/readwrite.h b/readwrite.h +index 2a64968..0a641a3 100644 +--- a/readwrite.h ++++ b/readwrite.h +@@ -1,7 +1,4 @@ + #ifndef READWRITE_H + #define READWRITE_H +- +-extern int read(); +-extern int write(); +- ++#include <unistd.h> + #endif |