diff options
Diffstat (limited to 'man3/getpwent_r.3')
| -rw-r--r-- | man3/getpwent_r.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3 index 64f27dbfbb..14f95bd287 100644 --- a/man3/getpwent_r.3 +++ b/man3/getpwent_r.3 @@ -184,7 +184,8 @@ in the stream with all other threads. int main(void) { - struct passwd pw, *pwp; + struct passwd pw; + struct passwd *pwp; char buf[BUFLEN]; int i; |
