Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225413
Collapse All | Expand All

(-)filesystems/ftpfs/ftplib.cpp.orig (+1 lines)
Lines 20-25 Link Here
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
 */
21
 */
22
22
23
#include <cstring>
23
#include <unistd.h>
24
#include <unistd.h>
24
#include <netdb.h>
25
#include <netdb.h>
25
#include <stdio.h>
26
#include <stdio.h>
(-)filesystems/ftpfs/ftpfs.h.orig (+2 lines)
Lines 23-28 Link Here
23
#ifndef _FTPFS_H_
23
#ifndef _FTPFS_H_
24
#define _FTPFS_H_
24
#define _FTPFS_H_
25
25
26
#include <cstdlib>
27
#include <cstring>
26
using namespace std;
28
using namespace std;
27
29
28
struct directory;
30
struct directory;
(-)filesystems/sshfs/sftplib.h.orig (+3 lines)
Lines 28-33 Link Here
28
28
29
#include <string>
29
#include <string>
30
30
31
#include <cstring>
32
#include <cstdlib>
33
31
using namespace std;
34
using namespace std;
32
35
33
#define MAXDATA		32768
36
#define MAXDATA		32768

Return to bug 225413