summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/getuid.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-16 22:52:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-16 22:52:27 +0000
commit089abb6d6bd4e5de6cb183163b93d8784cc599f1 (patch)
tree338f9c2513d08077aa7907118e45410c0b944f3c /c/src/exec/posix/src/getuid.c
parent2001-01-16 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-089abb6d6bd4e5de6cb183163b93d8784cc599f1.tar.bz2
2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Add #include <rtems/userenv.h>. Remove #include <rtems/libio_.h>. * src/geteuid.c: Ditto. * src/getgid.c: Ditto. * src/getlogin.c: Ditto. * src/getuid.c: Ditto.
Diffstat (limited to 'c/src/exec/posix/src/getuid.c')
-rw-r--r--c/src/exec/posix/src/getuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/getuid.c b/c/src/exec/posix/src/getuid.c
index aafc818c01..f37ea30960 100644
--- a/c/src/exec/posix/src/getuid.c
+++ b/c/src/exec/posix/src/getuid.c
@@ -15,10 +15,10 @@
#include <rtems/score/object.h>
#include <rtems/seterr.h>
-#include <rtems/libio_.h>
+#include <rtems/userenv.h>
/*
- * MACRO in libio_.h
+ * MACRO in userenv.h
*
uid_t _POSIX_types_Uid = 0;
*/