diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-07 09:58:23 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-10-07 15:43:45 +0200 |
commit | a038dbd7871bfe803c8052c49264e80f129507ea (patch) | |
tree | 38599e24c8c73d0bb98e875d68c8ef70aa1a67e9 /community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch | |
parent | 65f4a9478485674a2f7d4fe2dc0f6191deb0c591 (diff) | |
download | aports-a038dbd7871bfe803c8052c49264e80f129507ea.tar.bz2 aports-a038dbd7871bfe803c8052c49264e80f129507ea.tar.xz |
community/afpfs-ng: move from main
only kodi needs it
Diffstat (limited to 'community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch')
-rw-r--r-- | community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch b/community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch new file mode 100644 index 0000000000..9f3c20f35e --- /dev/null +++ b/community/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch @@ -0,0 +1,25 @@ +--- afpfs-ng-0.8.1/include/afpfs-ng/dsi.h 2008-02-18 04:33:24.000000000 +0100 ++++ afpfs-ng-0.8.1/include/afpfs-ng/dsi.h 2011-08-26 21:33:33.000000000 +0200 +@@ -6,13 +6,15 @@ + + struct dsi_request + { +- unsigned short requestid; +- unsigned char subcommand; +- void * other; +- unsigned char wait; +- pthread_cond_t condition_cond; +- struct dsi_request * next; +- int return_code; ++ unsigned short requestid; ++ unsigned char subcommand; ++ void * other; ++ int wait; ++ int done_waiting; ++ pthread_cond_t waiting_cond; ++ pthread_mutex_t waiting_mutex; ++ struct dsi_request * next; ++ int return_code; + }; + + int dsi_receive(struct afp_server * server, void * data, int size); |