Skip to content

Commit

Permalink
use system headers for files introduced since netqmail-1.06
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Sep 22, 2019
1 parent 9ef349a commit c65062b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gid.c
@@ -1,9 +1,9 @@
#include <sys/types.h>
#include <grp.h>
#include <unistd.h>
#include "uidgid.h"
#include "subfd.h"
#include "substdio.h"
#include "exit.h"

int
initgid(char *group)
Expand Down
3 changes: 2 additions & 1 deletion instchown.c
@@ -1,6 +1,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "strerr.h"
#include "error.h"
#include "exit.h"
#include "hier.h"

extern void init_uidgid();
Expand Down
4 changes: 2 additions & 2 deletions instpackage.c
@@ -1,12 +1,12 @@
#include <sys/stat.h>
#include <unistd.h>
#include "substdio.h"
#include "strerr.h"
#include "env.h"
#include "error.h"
#include "fifo.h"
#include "hier.h"
#include "open.h"
#include "readwrite.h"
#include "exit.h"
#include "alloc.h"
#include "str.h"
#include "stralloc.h"
Expand Down
2 changes: 1 addition & 1 deletion uid.c
@@ -1,9 +1,9 @@
#include <sys/types.h>
#include <pwd.h>
#include <unistd.h>
#include "uidgid.h"
#include "subfd.h"
#include "substdio.h"
#include "exit.h"

int
inituid(char *user)
Expand Down

0 comments on commit c65062b

Please sign in to comment.