From: Nicholas Clark Date: Tue, 28 Jul 1998 16:40:42 +0000 (+0100) Subject: hand-apply whitespace-mutiliated patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4670cb3e90106d2cd45b584c58574e7ad6b818c9;p=p5sagit%2Fp5-mst-13.2.git hand-apply whitespace-mutiliated patch Message-Id: <199807281540.QAA04640@flirble.org> Subject: [PATCH] POSIX::ELOOP p4raw-id: //depot/maint-5.005/perl@1684 --- diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 32010d6..5d3ef5c 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -68,7 +68,7 @@ $VERSION = "1.02" ; _POSIX_LINK_MAX _POSIX_MAX_CANON _POSIX_MAX_INPUT _POSIX_NAME_MAX _POSIX_NGROUPS_MAX _POSIX_OPEN_MAX _POSIX_PATH_MAX _POSIX_PIPE_BUF _POSIX_SSIZE_MAX - _POSIX_STREADM_MAX _POSIX_TZNAME_MAX)], + _POSIX_STREAM_MAX _POSIX_TZNAME_MAX)], locale_h => [qw(LC_ALL LC_COLLATE LC_CTYPE LC_MONETARY LC_NUMERIC LC_TIME NULL localeconv setlocale)], diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 59b688e..3c52a28 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -822,6 +822,8 @@ constant(char *name, int arg) #else goto not_there; #endif + break; + case 'L': if (strEQ(name, "ELOOP")) #ifdef ELOOP return ELOOP;