Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/netqmail/files: 1.06-readwrite.patch
Date: Fri, 02 Jan 2009 16:35:24
Message-Id: E1LImza-0000oF-EK@stork.gentoo.org
1 hollow 09/01/02 16:35:22
2
3 Added: 1.06-readwrite.patch
4 Log:
5 fix #248229
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 mail-mta/netqmail/files/1.06-readwrite.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/netqmail/files/1.06-readwrite.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/netqmail/files/1.06-readwrite.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.06-readwrite.patch
15 ===================================================================
16 diff --git a/readwrite.h b/readwrite.h
17 index 2a64968..0a641a3 100644
18 --- a/readwrite.h
19 +++ b/readwrite.h
20 @@ -1,7 +1,4 @@
21 #ifndef READWRITE_H
22 #define READWRITE_H
23 -
24 -extern int read();
25 -extern int write();
26 -
27 +#include <unistd.h>
28 #endif