projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b323162
)
Fixup header file ordering
author
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 03:40:10 +0000
(
03:40
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 03:40:10 +0000
(
03:40
-0000)
libpwdgrp/getpwuid.c
patch
|
blob
|
history
diff --git
a/libpwdgrp/getpwuid.c
b/libpwdgrp/getpwuid.c
index 23ff3aa889713d8fc613d4fa07d6ac9791163012..7a04b67ca11d88bcdaef2a375b6876c9bcc51d63 100644
(file)
--- a/
libpwdgrp/getpwuid.c
+++ b/
libpwdgrp/getpwuid.c
@@
-22,8
+22,8
@@
#include <unistd.h>
#include <fcntl.h>
-#include "pwd_.h"
#include "busybox.h"
+#include "pwd_.h"
struct passwd *getpwuid(uid_t uid)
{