Fix nss/tst-reload2 for systems without PATH_MAX

This commit is contained in:
DJ Delorie 2021-01-27 20:05:26 -05:00
parent 429029a73e
commit 757a14b5ac
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#include "nss_test.h"
#ifndef PATH_MAX
# define PATH_MAX 1024
#endif
static struct passwd pwd_table1[] =
{
PWD_N (1234, "test1"),