From 505cf2c00a0b43819f2b90069b42ace79034290d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 12 Jan 2010 16:43:00 -0800 Subject: Fix up netdb.h for XPG7. --- conform/conformtest.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'conform/conformtest.pl') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 4cf571fc42..d324d81c53 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -1048,6 +1048,7 @@ while ($#headers >= 0) { open (ALLOW, "$CC -E -D$dialect - < data/$ah-data |"); acontrol: while () { + chop; next acontrol if (/^#/); next acontrol if (/^[ ]*$/); -- cgit 1.4.1