summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getlogin.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
commit50f32b11653429546d7b8ff2693b5232b885e201 (patch)
treea8821a7e3025ef47082cc21ccbb56551382cdc3f /cpukit/libcsupport/src/getlogin.c
parentRemove stray white spaces. (diff)
downloadrtems-50f32b11653429546d7b8ff2693b5232b885e201.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libcsupport/src/getlogin.c')
-rw-r--r--cpukit/libcsupport/src/getlogin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/getlogin.c b/cpukit/libcsupport/src/getlogin.c
index 64ee0b6d02..06b576f234 100644
--- a/cpukit/libcsupport/src/getlogin.c
+++ b/cpukit/libcsupport/src/getlogin.c
@@ -28,7 +28,7 @@
/*
* MACRO in userenv.h
- *
+ *
static char _POSIX_types_Getlogin_buffer[ LOGIN_NAME_MAX ];
*/
@@ -50,7 +50,7 @@ int getlogin_r(
size_t namesize
)
{
- struct passwd *pw;
+ struct passwd *pw;
if ( namesize < LOGIN_NAME_MAX )
return ERANGE;