]> Dogcows Code - chaz/tar/commitdiff
Check for dev_t and ino_t.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 4 Oct 2003 18:10:08 +0000 (18:10 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 4 Oct 2003 18:10:08 +0000 (18:10 +0000)
configure.ac

index ebcb8c9138061aa1d8e02f115c3bb0872bda188a..852d40288e7c41883769eb6274637cb6ee8a0bfa 100644 (file)
@@ -91,6 +91,9 @@ AC_CHECK_TYPE(major_t, , AC_DEFINE(major_t, int,
                                   [Type of major device numbers.]))
 AC_CHECK_TYPE(minor_t, , AC_DEFINE(minor_t, int,
                                   [Type of minor device numbers.]))
+AC_CHECK_TYPE(dev_t, unsigned)
+AC_CHECK_TYPE(ino_t, unsigned)
+
 gt_TYPE_SSIZE_T
 jm_AC_TYPE_UINTMAX_T
 
This page took 0.021816 seconds and 4 git commands to generate.