You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Garey Smiley <ga...@main.slink.com> on 1996/06/17 05:45:55 UTC

Yet another OS/2 patch.

*** mod_cgi.c.orig      Wed May 22 12:35:38 1996
--- mod_cgi.c   Sun Jun 16 20:02:04 1996
***************
*** 366,372 ****
  #ifdef __EMX__
      if (nph) {
          while (fgets(argsbuffer, HUGE_STRING_LEN-1, script_in) !=
NULL) {
!             fputs(argsbuffer, r->connection->client);
          }
      }
  #endif
--- 366,372 ----
  #ifdef __EMX__
      if (nph) {
          while (fgets(argsbuffer, HUGE_STRING_LEN-1, script_in) !=
NULL) {
!             bputs(argsbuffer, r->connection->client);
          }
      }
  #endif


Garey Smiley
SoftLink Services
garey@slink.com
http://www.slink.com/
(216)848-1312 FAX/Data(216)699-4474