ObjFW  Diff

Differences From Artifact [54d3223c13]:

To Artifact [6850bf008a]:


14
15
16
17
18
19
20

21


22

23
24
25
26
27
28
29
 * file.
 */

#include "config.h"

#include <errno.h>


#include <dirent.h>


#include <unistd.h>


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







>
|
>
>
|
>







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 * file.
 */

#include "config.h"

#include <errno.h>

#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

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