diff options
Diffstat (limited to 'include/pwd.h')
-rw-r--r-- | include/pwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pwd.h b/include/pwd.h index 9a9398d..ca8c42f 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -106,7 +106,7 @@ struct passwd *getpwent __P((void)); int setpassent __P((int)); void setpwent __P((void)); void endpwent __P((void)); -char *user_from_uid __P((uid_t, int)); +const char *user_from_uid __P((uid_t, int)); #endif __END_DECLS |