summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getpwent.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/getpwent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/getpwent.c b/cpukit/libcsupport/src/getpwent.c
index 6ab52aac8c..1236ccacca 100644
--- a/cpukit/libcsupport/src/getpwent.c
+++ b/cpukit/libcsupport/src/getpwent.c
@@ -226,7 +226,7 @@ int getpwnam_r(
return getpw_r(name, 0, pwd, buffer, bufsize, result);
}
-struct passwd *getpwnam(
+struct passwd *getpwnam(
const char *name
)
{
@@ -385,7 +385,7 @@ int getgrnam_r(
return getgr_r(name, 0, grp, buffer, bufsize, result);
}
-struct group *getgrnam(
+struct group *getgrnam(
const char *name
)
{