summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-25 18:22:20 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-25 18:23:01 +0200
commit798abd9eaf3c9e8aa83c4dca28cdd44890253efe (patch)
tree4fd782c3fe520605251ce54e176f5b62a71f2ae4 /lib
parente7dda79015d1a09ce2764b27137b5de08a3268cb (diff)
Rename table.c to write_table.c in accordance to function it contains
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makemodule.am2
-rw-r--r--lib/sqfs/write_table.c (renamed from lib/sqfs/table.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 0ea95fa..2332a73 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -23,7 +23,7 @@ libcompress_a_CPPFLAGS = $(AM_CPPFLAGS)
libsquashfs_a_SOURCES = include/meta_writer.h include/squashfs.h
libsquashfs_a_SOURCES += lib/sqfs/meta_writer.c lib/sqfs/super.c
libsquashfs_a_SOURCES += lib/sqfs/id_table.c include/id_table.h
-libsquashfs_a_SOURCES += lib/sqfs/table.c include/highlevel.h
+libsquashfs_a_SOURCES += lib/sqfs/write_table.c include/highlevel.h
libsquashfs_a_SOURCES += lib/sqfs/read_super.c lib/sqfs/meta_reader.c
libsquashfs_a_SOURCES += include/meta_reader.h lib/sqfs/id_table_write.c
libsquashfs_a_SOURCES += lib/sqfs/id_table_read.c lib/sqfs/read_inode.c
diff --git a/lib/sqfs/table.c b/lib/sqfs/write_table.c
index fc90a3f..fc90a3f 100644
--- a/lib/sqfs/table.c
+++ b/lib/sqfs/write_table.c