Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7130
Modified Files:
configure.ac
Log Message:
Check for sys/sysmacros to get major and minor definitions (Christophe)
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- configure.ac 7 Jan 2006 16:00:21 -0000 1.96
+++ configure.ac 29 Jan 2006 14:09:57 -0000 1.97
@@ -330,7 +330,7 @@ AC_CHECK_HEADERS([ctype.h fcntl.h libint
stddef.h stdint.h stdlib.h stdio.h stdarg.h string.h strings.h \
errno.h time.h unistd.h utime.h wchar.h getopt.h features.h endian.h \
byteswap.h sys/byteorder.h sys/endian.h sys/param.h sys/ioctl.h \
- sys/mount.h sys/stat.h sys/types.h sys/vfs.h sys/statvfs.h \
+ sys/mount.h sys/stat.h sys/types.h sys/vfs.h sys/statvfs.h sys/sysmacros.h \
linux/major.h linux/fd.h linux/hdreg.h machine/endian.h gcrypt.h \
windows.h gnutls/pkcs12.h])
|