diff options
| author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
|---|---|---|
| committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
| commit | a8ce712c3cd70a63253f93a240bfe1650e7d6865 (patch) | |
| tree | ddac0e3876f058e0070dc497902994583517f879 /include | |
| parent | 17404d32f8a380def4fe8db90300572582d35b5d (diff) | |
| download | busybox-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.h | 4 |
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); | |||
| 423 | extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *)); | 423 | extern 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 */ |
| 425 | struct bb_uidgid_t { | 425 | struct bb_uidgid_t { |
| 426 | uid_t uid; | 426 | uid_t uid; |
| 427 | gid_t gid; | 427 | gid_t gid; |
| 428 | }; | 428 | }; |
| 429 | extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); | 429 | extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); |
| 430 | /* what is this? */ | 430 | /* what is this? */ |
