diff options
Diffstat (limited to 'src/prot.c')
-rw-r--r-- | src/prot.c | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ +#include "prot.h" + #include <grp.h> #include <sys/types.h> #include <unistd.h> + //#include "hasshsgr.h" -#include "prot.h" /** - @file prot.c - @author djb - @source qmail - @brief setting up uid an gid for OS (short group was for ancient solaris) + @file prot.c + @author djb + @source qmail + @brief setting up uid an gid for OS (short group was for ancient solaris) */ /* XXX: there are more portability problems here waiting to leap out at me */ |