libarchive: Fix get(pw|gr)name_r comment
The commit "libarchive: Define _XOPEN_SOURCE for get(pwu|grg)id_r" introduced a comment referring to get(pwu|grg)id_r in a source file that actually uses the functions get(pw|gr)name_r. We fix the comment.
This commit is contained in:
parent
76f8504596
commit
5a509ab6ae
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 500 /* getpwuid_r and getgrgid_r signatures */
|
||||
# define _XOPEN_SOURCE 500 /* getpwnam_r and getgrnam_r signatures */
|
||||
#endif
|
||||
|
||||
#include "archive_platform.h"
|
||||
|
|
Loading…
Reference in New Issue