ObjFW  Diff

Differences From Artifact [9e0e30b9e9]:

To Artifact [2c4c5b7c7a]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Work around __block being used by glibc */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#include <unistd.h>

#include <fcntl.h>
#include <dirent.h>

#ifdef HAVE_PWD_H
# include <pwd.h>
#endif
#ifdef HAVE_GRP_H
# include <grp.h>
#endif







|
|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Work around __block being used by glibc */
#ifdef __GLIBC__
# undef __USE_XOPEN
#endif

#include <unistd.h>

#include <dirent.h>
#include <fcntl.h>

#ifdef HAVE_PWD_H
# include <pwd.h>
#endif
#ifdef HAVE_GRP_H
# include <grp.h>
#endif