aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-13 21:06:21 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-13 21:06:21 +0000
commita8ce712c3cd70a63253f93a240bfe1650e7d6865 (patch)
treeddac0e3876f058e0070dc497902994583517f879 /include
parent17404d32f8a380def4fe8db90300572582d35b5d (diff)
downloadbusybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.gz
busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.bz2
busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.zip
whitespace fixes (leading spaces to tab)
git-svn-id: svn://busybox.net/trunk/busybox@17265 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-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);
423extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *)); 423extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *));
424/* from chpst. Does not die, returns 0 on failure */ 424/* from chpst. Does not die, returns 0 on failure */
425struct bb_uidgid_t { 425struct bb_uidgid_t {
426 uid_t uid; 426 uid_t uid;
427 gid_t gid; 427 gid_t gid;
428}; 428};
429extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); 429extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok);
430/* what is this? */ 430/* what is this? */