jim         97/01/13 16:18:47

  Modified:    src       buff.c
  Log:
  NEXTSTEP 2.0 doesn't have unistd.h
  
  Revision  Changes    Path
  1.12      +2 -0      apache/src/buff.c
  
  Index: buff.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/buff.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** buff.c    1997/01/01 18:10:14     1.11
  --- buff.c    1997/01/14 00:18:45     1.12
  ***************
  *** 54,60 ****
  --- 54,62 ----
    #include <stdio.h>
    #include <stdarg.h>
    #include <string.h>
  + #ifndef NEXT
    #include <unistd.h>
  + #endif
    
    #include "conf.h"
    #include "alloc.h"
  
  
  

Reply via email to