You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/04/04 19:11:28 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/unix pipe.c

trawick     00/04/04 10:11:27

  Modified:    src/lib/apr/file_io/unix pipe.c
  Log:
  get rid of dangling comment delimiter on a preprocessor statement
  
  Revision  Changes    Path
  1.20      +1 -1      apache-2.0/src/lib/apr/file_io/unix/pipe.c
  
  Index: pipe.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/unix/pipe.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- pipe.c	2000/04/03 19:44:30	1.19
  +++ pipe.c	2000/04/04 17:11:27	1.20
  @@ -65,7 +65,7 @@
       fd_flags |= O_NDELAY;
   #elif defined(FNDELAY)
       fd_flags |= O_FNDELAY;
  -#else */
  +#else
       /* XXXX: this breaks things, but an alternative isn't obvious...*/
       return -1;
   #endif