X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=reentr.c;h=881bd87b7a31805f55f3e1fab39471dc815bae82;hb=8800c35a0a1b4f206c0a9ba7f62bf82cc177d98e;hp=3b2a39a4918973865a04b6ebcc43bdf06497a4ce;hpb=05404ffef2713f4c61b42355c2a2ce1a95343c33;p=p5sagit%2Fp5-mst-13.2.git diff --git a/reentr.c b/reentr.c index 3b2a39a..881bd87 100644 --- a/reentr.c +++ b/reentr.c @@ -1,7 +1,7 @@ /* * reentr.c * - * Copyright (c) 1997-2003, Larry Wall + * Copyright (C) 2002, 2003, by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -301,7 +301,7 @@ Perl_reentrant_retry(const char *f, ...) dTHX; void *retptr = NULL; #ifdef USE_REENTRANT_API -# if defined(USE_HOSTENT_BUFFER) || defined(USE_GRENT_BUFFER) || defined(USE_NETENT_BUFFER) || defined(USE_PWENT_BUFFER) || defined(USE_PROTOENT_BUFFER) || defined(USE_SRVENT_BUFFER) +# if defined(USE_HOSTENT_BUFFER) || defined(USE_GRENT_BUFFER) || defined(USE_NETENT_BUFFER) || defined(USE_PWENT_BUFFER) || defined(USE_PROTOENT_BUFFER) || defined(USE_SERVENT_BUFFER) void *p0; # endif # if defined(USE_SERVENT_BUFFER)