From: Jarkko Hietaniemi Date: Mon, 2 Jul 2001 23:06:27 +0000 (+0000) Subject: Whitespace allowed at the ends of /lib/syscalls.exp lines X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8c676c69574838b74382f50a384b237eae297ba;p=p5sagit%2Fp5-mst-13.2.git Whitespace allowed at the ends of /lib/syscalls.exp lines (from Richard Hatch) (this was the cause of pipes() and times() mysteriously not being found) p4raw-id: //depot/perl@11115 --- diff --git a/Configure b/Configure index 19f05b8..c7e07ef 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Jul 2 19:35:08 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Tue Jul 3 03:03:36 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 - $sed -n 's/^\([^ ]*\)[ ]*syscall[0-9]*$/\1/p' /lib/syscalls.exp >>libc.list + $sed -n 's/^\([^ ]*\)[ ]*syscall[0-9]*[ ]*$/\1/p' /lib/syscalls.exp >>libc.list fi ;; esac