Date: Thu, 17 Feb 2005 18:06:37 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200502171806.j1HI6bT9035111@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502171806.j1HI6bT9035111>
