Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / pp_sys.c
index c608ab5..50315a3 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -1476,10 +1476,6 @@ PP(pp_sysread)
        if (bufsize >= 256)
            bufsize = 255;
 #endif
-#ifdef OS2     /* At least Warp3+IAK: only the first byte of bufsize set */
-       if (bufsize >= 256)
-           bufsize = 255;
-#endif
        buffer = SvGROW(bufsv, length+1);
        /* 'offset' means 'flags' here */
        length = PerlSock_recvfrom(PerlIO_fileno(IoIFP(io)), buffer, length, offset,