OSDN Git Service

ChangeLog, Makefile.in, jump.funcs, jump.import, jump.params:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2000 21:51:18 +0000 (21:51 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2000 21:51:18 +0000 (21:51 +0000)
commite2207ce595f05e4db5945326f9b2d553ff7a4d57
tree2eb9121532bcc360fcdcec2178d3e564d736e299
parent68853373db79eeb41b5452f75269225736c5156e
ChangeLog, Makefile.in, jump.funcs, jump.import, jump.params:
  Makefile.in (uuid_time): Compile uuid_time in two steps (first create
   .o, then link it against the libraries) to work around bug in a.out
   linker.
  dll/jump.funcs, dll/jump.import, dll/jump.params: Update a.out shared
   library control files to reflect new added files.
ChangeLog, feature.c, jump.funcs:
  feature.c: Make feature_list static; it shouldn't be exported.
  dll/jump.funcs: Update a.out shared library control file.
ChangeLog, badblocks.c:
  badblocks.c (flush_bufs): Use fsync() if the system doesn't support
   fdatasync().
lib/e2p/ChangeLog
lib/e2p/dll/jump.funcs
lib/e2p/feature.c
lib/uuid/ChangeLog
lib/uuid/Makefile.in
lib/uuid/dll/jump.funcs
lib/uuid/dll/jump.import
lib/uuid/dll/jump.params
misc/ChangeLog
misc/badblocks.c