diff options
author | 2009-02-23 13:40:25 +0000 | |
---|---|---|
committer | 2009-02-23 13:40:25 +0000 | |
commit | 8bc5e351877d0dc46152fcfe3f568809e051f13a (patch) | |
tree | e0443154db8989f5952d46f7c6b7346fdbccbc5b /app-pda/pilot-link/files | |
parent | Stable on alpha, bug #259927 (diff) | |
download | historical-8bc5e351877d0dc46152fcfe3f568809e051f13a.tar.gz historical-8bc5e351877d0dc46152fcfe3f568809e051f13a.tar.bz2 historical-8bc5e351877d0dc46152fcfe3f568809e051f13a.zip |
Fixed build issue, bug #259241, thank Dustin Polke for report, MaratIK, Israel G. Lugo, Jan Paesmans for this fix.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'app-pda/pilot-link/files')
-rw-r--r-- | app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch b/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch index 90c0e11a9c68..661d4edd3935 100644 --- a/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch +++ b/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch @@ -1,6 +1,16 @@ diff -urN ./pilot-link-0.12.3.orig/src/pilot-schlep.c ./pilot-link-0.12.3/src/pilot-schlep.c --- ./pilot-link-0.12.3.orig/src/pilot-schlep.c 2006-10-12 16:21:21.000000000 +0200 +++ ./pilot-link-0.12.3/src/pilot-schlep.c 2009-02-16 16:09:25.321851803 +0100 +@@ -21,6 +21,9 @@ + * + */ + ++#include <sys/types.h> ++#include <sys/stat.h> ++#include <fcntl.h> + #include <stdio.h> + + #include "pi-source.h" @@ -38,7 +38,7 @@ fd; pi_buffer_t *buffer; |