Commit fab2576e authored by ben's avatar ben

Changed 'struct stat' to STRUCT_STAT


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@204 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent de135c8e
......@@ -46,7 +46,7 @@ static PyObject *c_make_file_dict(self, args)
{
PyObject *size, *inode, *mtime, *atime, *devloc, *return_val;
char *filename, filetype[5];
struct stat sbuf;
STRUCT_STAT sbuf;
long int mode, perms;
int res;
......
......@@ -46,7 +46,7 @@ static PyObject *c_make_file_dict(self, args)
{
PyObject *size, *inode, *mtime, *atime, *devloc, *return_val;
char *filename, filetype[5];
struct stat sbuf;
STRUCT_STAT sbuf;
long int mode, perms;
int res;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment