]> mj.ucw.cz Git - libucw.git/commit
Created a new include for efficient access to unaligned data.
authorMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:38:19 +0000 (13:38 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:38:19 +0000 (13:38 +0000)
commit79eebb222ecee1db69c22fe97e359cbcbb12fa8e
tree68a3e7562c790b0552de2298d74e82ae78e01c59
parent9b2c21a1113a01435d7dadb3ff0ca2d8fb4ee1e6
Created a new include for efficient access to unaligned data.
Updated fastbuf to use it.
Removed sh_foff_t -- all modules should use sh_off_t instead (the only
  case where it would differ is the 2G--4G range of file sizes you get
  when LFS is turned on and LARGE_DB turned off and it's not interesting
  anyway)
bgeto/bgetp selection is done in config.h.
LFS is turned on by default.
lib/config.h
lib/fastbuf.h
lib/unaligned.h [new file with mode: 0644]