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

jonathan at spread.org jonathan at spread.org
Wed Apr 14 15:20:45 EDT 2004


jonathan    04/04/14 15:20:45

  Modified:    daemon   Readme.txt arch.h
  Log:
  Fix win32 compilation and change library name from libsp to libspread
  and update Readme to match.
  
  Revision  Changes    Path
  1.52      +2 -0      spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Readme.txt	5 Mar 2004 00:05:02 -0000	1.51
  +++ Readme.txt	14 Apr 2004 19:20:45 -0000	1.52
  @@ -82,6 +82,8 @@
   16) Documentation fix to SP_receive man page to correct fields for self-leave
       membership messages.
   17) Update of email addresses in copyright statements and headers.
  +18) Windows binary libraries now built as libspread and libtspread like other
  +    platforms. 
   
   SOURCE INSTALL:
   ---------------
  
  
  
  1.16      +1 -0      spread/daemon/arch.h
  
  Index: arch.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- arch.h	5 Mar 2004 00:32:46 -0000	1.15
  +++ arch.h	14 Apr 2004 19:20:45 -0000	1.16
  @@ -122,6 +122,7 @@
   typedef         unsigned long   sockopt_len_t;
   typedef         unsigned long   socklen_t;
   #define         BADCLOCK
  +#define         HAVE_GOOD_VARGS
   /* This size is for packing several messages into one packet */
   #define         ARCH_SCATTER_SIZE       64
   #define         ERR_TIMEDOUT    EAGAIN
  
  
  




More information about the Spread-cvs mailing list