Fill out file modes better and clean up interface more by trying to
funnel into POSIX file mode_t. FIXME: something needs to be done to merge ISO9660 interfaces and UDF and probably the right thing is to make it look like POSIX. Would be nice if there were a library e.g. from GNU fileutils I could use to help.
This commit is contained in:
@@ -34,7 +34,7 @@ noinst_HEADERS = udf_private.h
|
||||
|
||||
lib_LTLIBRARIES = libudf.la
|
||||
|
||||
libudf_la_SOURCES = udf.c udf_fs.c udf_time.c
|
||||
libudf_la_SOURCES = udf.c udf_fs.c udf_time.c filemode.c
|
||||
|
||||
libudf_la_LIBADD = @LIBCDIO_LIBS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user