Yeah, yeah... I forgot about 'svn add'... fixing that
This commit is contained in:
14
runit/uidgid.h
Normal file
14
runit/uidgid.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef UIDGID_H
|
||||
#define UIDGID_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
struct uidgid {
|
||||
uid_t uid;
|
||||
gid_t gid[61];
|
||||
int gids;
|
||||
};
|
||||
|
||||
extern unsigned uidgid_get(struct uidgid *, char *, unsigned);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user