Browse Source

libarchive: Fix dev_t configuration

Brad King 16 years ago
parent
commit
7f5361f040
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Utilities/cmlibarchive/build/cmake/config.h.in

+ 3 - 0
Utilities/cmlibarchive/build/cmake/config.h.in

@@ -666,6 +666,9 @@
 /* Define to `int' if <sys/types.h> does not define. */
 #cmakedefine mode_t ${mode_t}
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#cmakedefine dev_t ${dev_t}
+
 /* Define to `long long' if <sys/types.h> does not define. */
 #cmakedefine off_t ${off_t}