You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/05/07 08:57:51 UTC

cvs commit: apache-apr/pthreads/src/main buff.c

manoj       99/05/06 23:57:50

  Modified:    pthreads/src/main buff.c
  Log:
  typo
  
  Revision  Changes    Path
  1.8       +1 -1      apache-apr/pthreads/src/main/buff.c
  
  Index: buff.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/main/buff.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- buff.c	1999/04/09 04:10:36	1.7
  +++ buff.c	1999/05/07 06:57:50	1.8
  @@ -623,7 +623,7 @@
   #elif defined(O_NDELAY)
       fd_flags |= O_NDELAY;
       return fcntl(fd, F_SETFL, fd_flags);
  -#eli f defined(FNDELAY)
  +#elif defined(FNDELAY)
       fd_flags |= O_FNDELAY;
       return fcntl(fd, F_SETFL, fd_flags);
   #else