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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/acl.c
0
++ b/acl.c
Lines 134-140 static int ACL_init(PyObject* obj, PyObject* args, PyObject *keywds) { Link Here
134
#ifdef HAVE_LINUX
134
#ifdef HAVE_LINUX
135
    static char *kwlist[] = { "file", "fd", "text", "acl", "filedef",
135
    static char *kwlist[] = { "file", "fd", "text", "acl", "filedef",
136
                              "mode", NULL };
136
                              "mode", NULL };
137
    char *format = "|etisO!sH";
137
    char *format = "|etisO!sH";
138
    mode_t mode = 0;
138
    unsigned short mode = 0;
139
#else
139
#else
140
    static char *kwlist[] = { "file", "fd", "text", "acl", "filedef", NULL };
140
    static char *kwlist[] = { "file", "fd", "text", "acl", "filedef", NULL };
141
    char *format = "|etisO!s";
141
    char *format = "|etisO!s";

Return to bug 709782