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().

diff --git a/lib/e2p/dll/jump.funcs b/lib/e2p/dll/jump.funcs
index 6173ddc..7ea87da 100644
--- a/lib/e2p/dll/jump.funcs
+++ b/lib/e2p/dll/jump.funcs
@@ -13,3 +13,6 @@
 00000000 T _setversion          libe2p       setversion
 00000000 T _e2p_is_null_uuid    libe2p       uuid
 00000000 T _e2p_uuid_to_str     libe2p       uuid
+00000000 T _e2p_feature2string  libe2p       feature
+00000000 T _e2p_string2feature  libe2p       feature
+00000000 T _e2p_edit_feature    libe2p       feature