From: Jarkko Hietaniemi Date: Tue, 14 Mar 2000 15:07:48 +0000 (+0000) Subject: Fix for one of the problems in RC1 reported by M. E. O'Neill X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf9b2f8f129695d329aed9658a2b6dae62c5f454;p=p5sagit%2Fp5-mst-13.2.git Fix for one of the problems in RC1 reported by M. E. O'Neill in NEXTSTEP 3.3p2. p4raw-id: //depot/cfgperl@5728 --- diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs index 752c3dd..0584e78 100644 --- a/ext/Socket/Socket.xs +++ b/ext/Socket/Socket.xs @@ -19,6 +19,10 @@ # ifdef I_SYS_UN # include # endif +/* XXX Configure test for +# endif # ifdef I_NETINET_IN # include # endif