[Spread-cvs] cvs commit: spread/daemon arch.h

jonathan at spread.org jonathan at spread.org
Sat Sep 21 22:23:11 EDT 2002


jonathan    02/09/22 02:23:11

  Modified:    daemon   arch.h
  Log:
  One more windows build fix.
  
  Revision  Changes    Path
  1.12      +1 -1      spread/daemon/arch.h
  
  Index: arch.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.h,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- arch.h	20 Sep 2002 21:14:51 -0000	1.11
  +++ arch.h	22 Sep 2002 02:23:10 -0000	1.12
  @@ -137,7 +137,7 @@
    */
   #define         FD_SETSIZE      1024
   /* System location of spread.conf file */
  -#define         SPREAD_ETCDIR   /etc
  +#define         SPREAD_ETCDIR   "/etc"
   /* Use winsock constants since we are dealing with sockets
    * Note: If we ever need file IO with errno's we will have conflicts
    * since the WSA version and the basic E versions may not have the same
  
  
  




More information about the Spread-cvs mailing list