diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-07 23:07:13 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-07 23:12:43 +0100 |
commit | 59b52325609f16ef7f31d141d1234c345575ddc6 (patch) | |
tree | 3b5450e531762c8a8a584a2aba769238b53eaf8c /main/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch | |
parent | f9d6e74ab13741f91ede4875571b2ec75f1f5a15 (diff) | |
download | aports-59b52325609f16ef7f31d141d1234c345575ddc6.tar.bz2 aports-59b52325609f16ef7f31d141d1234c345575ddc6.tar.xz |
testing/afpfs-ng: move to main
Diffstat (limited to 'main/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch')
-rw-r--r-- | main/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch b/main/afpfs-ng/03-afpfs-ng-0.8.1-boxee1.patch new file mode 100644 index 0000000000..9f3c20f35e --- /dev/null +++ b/main/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); |