Python-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs under Linux, OS-X, FreeBSD and NetBSD. WWW: https://bitbucket.org/nikratio/python-llfuse PR: 203759 Submitted by: Niklaas Baudet von Gersdorff <niklaas@kulturflatrate.net>
11 lines
439 B
C
11 lines
439 B
C
--- src/llfuse.c.orig 2016-03-20 11:33:13 UTC
|
|
+++ src/llfuse.c
|
|
@@ -33573,7 +33573,7 @@ static PyObject *__pyx_pw_6llfuse_5setxa
|
|
}
|
|
|
|
static PyObject *__pyx_pf_6llfuse_4setxattr(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_path, PyObject *__pyx_v_name, PyObject *__pyx_v_value, PyObject *__pyx_v_namespace) {
|
|
- int __pyx_v_ret;
|
|
+ ssize_t __pyx_v_ret;
|
|
Py_ssize_t __pyx_v_len_;
|
|
char *__pyx_v_cvalue;
|
|
char *__pyx_v_cpath;
|