]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/pwd.h
Further harden glibc malloc metadata against 1-byte overflows.
[thirdparty/glibc.git] / include / pwd.h
index bd7fecc16e8211d64430fe28913f8fec3e7cc88e..3b0f72540c4614a9f86445746b83e203080a9385 100644 (file)
@@ -24,7 +24,7 @@ extern int __fgetpwent_r (FILE * __stream, struct passwd *__resultbuf,
                          char *__buffer, size_t __buflen,
                          struct passwd **__result);
 
-#include <nss/nss.h>
+#include <nss.h>
 
 struct parser_data;
 extern int _nss_files_parse_pwent (char *line, struct passwd *result,