diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 06:41:25 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-12-09 06:41:25 +0000 |
commit | 0e8a9560d89dd9cca73037a59efa93e46abdccda (patch) | |
tree | 8062597e8d148751e467e7aeeb79b048896277fc /lib/ss | |
parent | 586187372afea65ae685687505b49b40fc5f3212 (diff) | |
download | android_external_e2fsprogs-0e8a9560d89dd9cca73037a59efa93e46abdccda.tar.gz android_external_e2fsprogs-0e8a9560d89dd9cca73037a59efa93e46abdccda.tar.bz2 android_external_e2fsprogs-0e8a9560d89dd9cca73037a59efa93e46abdccda.zip |
Many files:
jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file has
been moved to the include/linux directory.
journal.c, revoke.c, recovery.c: Updated files from Stephen to support
the V2 superblock and revoke processing. The journal.c and revoke.c
files are copies from the ext3 kernel source.
Makefile.in: Added revoke.c to the list of source/object files.
Makefile.in:
Fix up some mistakes in the source file list, and regenerate the
dependencies.
Update Makefile dependencies.
ChangeLog, jfs.h:
jfs.h: Remove excess #include of JFS_DEBUG. Not needed for e2fsprogs,
since we optioanlly define it in the configuration file system.
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 76f2672f..38c2750d 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -180,8 +180,8 @@ listen.o: $(srcdir)/listen.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \ $(top_builddir)/lib/ss/ss_err.h parse.o: $(srcdir)/parse.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \ $(top_builddir)/lib/ss/ss_err.h -error.o: $(srcdir)/error.c $(srcdir)/../et/com_err.h $(srcdir)/ss_internal.h \ - $(srcdir)/ss.h $(top_builddir)/lib/ss/ss_err.h +error.o: $(srcdir)/error.c $(top_srcdir)/lib/et/com_err.h \ + $(srcdir)/ss_internal.h $(srcdir)/ss.h $(top_builddir)/lib/ss/ss_err.h prompt.o: $(srcdir)/prompt.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \ $(top_builddir)/lib/ss/ss_err.h request_tbl.o: $(srcdir)/request_tbl.c $(srcdir)/ss_internal.h $(srcdir)/ss.h \ |