cvs commit: src/games/fortune/fortune Makefile fortune.c src/games/fortune/strfile strfile.8 strfile.c strfile.h src/games/fortune/unstr Makefile unstr.c

Ruslan Ermilov ru at FreeBSD.org
Thu Feb 17 18:06:38 GMT 2005


ru          2005-02-17 18:06:37 UTC

  FreeBSD src repository

  Modified files:
    games/fortune/fortune Makefile fortune.c 
    games/fortune/strfile strfile.8 strfile.c strfile.h 
    games/fortune/unstr  Makefile unstr.c 
  Log:
  Make the on-disk format of .dat files produced by strfile(8)
  architecture independent.  Besides the fixed-width types in
  the header, the offsets are now stored as 64-bit off_t (also
  in big endian format).
  
  Tested on:      i386, amd64, sparc64, ia64
  
  Revision  Changes    Path
  1.8       +2 -1      src/games/fortune/fortune/Makefile
  1.27      +21 -22    src/games/fortune/fortune/fortune.c
  1.14      +22 -17    src/games/fortune/strfile/strfile.8
  1.28      +41 -39    src/games/fortune/strfile/strfile.c
  1.4       +8 -6      src/games/fortune/strfile/strfile.h
  1.6       +2 -1      src/games/fortune/unstr/Makefile
  1.10      +13 -15    src/games/fortune/unstr/unstr.c


More information about the cvs-all mailing list