aboutsummaryrefslogtreecommitdiff
path: root/runit/uidgid.h
diff options
context:
space:
mode:
Diffstat (limited to 'runit/uidgid.h')
-rw-r--r--runit/uidgid.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/runit/uidgid.h b/runit/uidgid.h
deleted file mode 100644
index 1d47fe620..000000000
--- a/runit/uidgid.h
+++ /dev/null
@@ -1,14 +0,0 @@
1#ifndef UIDGID_H
2#define UIDGID_H
3
4#include <sys/types.h>
5
6struct uidgid {
7 uid_t uid;
8 gid_t gid[61];
9 int gids;
10};
11
12extern unsigned uidgid_get(struct uidgid *, char *, unsigned);
13
14#endif