diff options
-rw-r--r-- | include/shadow_.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shadow_.h b/include/shadow_.h index 1b14f0a7b..29c99f8e2 100644 --- a/include/shadow_.h +++ b/include/shadow_.h | |||
@@ -79,7 +79,7 @@ extern int getspent_r (struct spwd *__result_buf, char *__buffer, | |||
79 | 79 | ||
80 | extern int getspnam_r (__const char *__name, struct spwd *__result_buf, | 80 | extern int getspnam_r (__const char *__name, struct spwd *__result_buf, |
81 | char *__buffer, size_t __buflen, | 81 | char *__buffer, size_t __buflen, |
82 | struct spwd **__result)__THROW; | 82 | struct spwd **__result); |
83 | 83 | ||
84 | extern int sgetspent_r (__const char *__string, struct spwd *__result_buf, | 84 | extern int sgetspent_r (__const char *__string, struct spwd *__result_buf, |
85 | char *__buffer, size_t __buflen, | 85 | char *__buffer, size_t __buflen, |