]> wimlib.net Git - wimlib/blobdiff - src/xml.c
filedes_t => int
[wimlib] / src / xml.c
index 23a088e74de2320963091d7e5718cab4ce7c7b2b..da47b28ea3815841e386f6545dd10578d01154ca 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -1236,7 +1236,7 @@ libxml_global_cleanup()
  * Reads the XML data from a WIM file.
  */
 int
-read_xml_data(filedes_t in_fd,
+read_xml_data(int in_fd,
              const struct resource_entry *res_entry,
              struct wim_info **info_ret)
 {