aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 72261b760..4060498b8 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -423,8 +423,8 @@ extern long xgroup2gid(const char *name);
extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *));
/* from chpst. Does not die, returns 0 on failure */
struct bb_uidgid_t {
- uid_t uid;
- gid_t gid;
+ uid_t uid;
+ gid_t gid;
};
extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok);
/* what is this? */