From b5efde2fd3c061e546b0012e7cf6d6f8e74c6960 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Mar 1998 16:42:56 +0000 Subject: Testsuite for owrdexp. --- elf/genrtldtbl.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/genrtldtbl.awk') diff --git a/elf/genrtldtbl.awk b/elf/genrtldtbl.awk index 63ada003f6..54cdc8c589 100644 --- a/elf/genrtldtbl.awk +++ b/elf/genrtldtbl.awk @@ -12,7 +12,7 @@ BEGIN { END { for (i = 0; i < count; ++i) { printf ("static struct r_search_path_elem rtld_search_dir%d =\n", i+1); - printf (" { \"%s/\", %d, unknown, 0, nonexisting, ", + printf (" { \"%s/\", %d, unknown, 0, nonexisting, NULL, NULL, ", dir[i], length (dir[i]) + 1); if (i== 0) printf ("NULL };\n"); -- cgit v1.2.3