]> git.michaelhowe.org Git - packages/o/openafs.git/commit
cbd-20071205
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Dec 2007 20:31:56 +0000 (20:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Dec 2007 20:31:56 +0000 (20:31 +0000)
commit946f416577914aef5b31e398994fb8876b4ee5e9
tree57c304900022783d5d81f96a165509cd9293000a
parentd13cd42cb4e0b2fe3f91565eac37dc3f3e6d3270
cbd-20071205

LICENSE IPL10

Windows requires open() to be called with O_BINARY otherwise Ctrl-Z
means EOF which breaks dumpfile processing.

Be consistent about writing/reading time as afs_uint32 instead of
writing as afs_uint32 and reading as time_t since time_t can be 32-bit
or 64-bit depending on the platform.
src/viced/callback.c