summaryrefslogtreecommitdiff
path: root/src/prot.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-09 15:50:21 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-09 15:50:21 +0200
commit795ffc5e62e8ba383575dbcd9943a580d4bd3358 (patch)
treec128889056202b255e2f22afeb7717894d350862 /src/prot.c
parent5fadc0cbb8577c61d66bd6f19ceaf0507c11e23b (diff)
formatting changes
Manual format adjustments. Comment adjustments. Remove usage of the register keyword.
Diffstat (limited to 'src/prot.c')
-rw-r--r--src/prot.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/prot.c b/src/prot.c
index 69b2f5b..0fe59c5 100644
--- a/src/prot.c
+++ b/src/prot.c
@@ -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 */