Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv26560
Modified Files:
config.h.in configure configure.in
Log Message:
.
Index: config.h.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/config.h.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -U2 -r1.20 -r1.21
--- config.h.in 2 Jun 2002 13:57:59 -0000 1.20
+++ config.h.in 2 Jun 2002 14:11:08 -0000 1.21
@@ -49,6 +49,6 @@
#undef HAVE_GETMNTENT
-/* Define if you have the hasmntent function. */
-#undef HAVE_HASMNTENT
+/* Define if you have the hasmntopt function. */
+#undef HAVE_HASMNTOPT
/* Define if you have the ioctl function. */
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.34
retrieving revision 1.35
diff -U2 -r1.34 -r1.35
--- configure 2 Jun 2002 13:57:59 -0000 1.34
+++ configure 2 Jun 2002 14:11:08 -0000 1.35
@@ -6122,5 +6122,5 @@
strerror malloc calloc free realloc open close read write lseek \
fdatasync ioctl fflush atexit exit time srandom random wcrtomb \
- mbrtowc mbsrtowcs setmntent getmntent endmntent hasmntent
+ mbrtowc mbsrtowcs setmntent getmntent endmntent hasmntopt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -U2 -r1.30 -r1.31
--- configure.in 2 Jun 2002 13:57:59 -0000 1.30
+++ configure.in 2 Jun 2002 14:11:09 -0000 1.31
@@ -114,5 +114,5 @@
strerror malloc calloc free realloc open close read write lseek \
fdatasync ioctl fflush atexit exit time srandom random wcrtomb \
- mbrtowc mbsrtowcs setmntent getmntent endmntent hasmntent)
+ mbrtowc mbsrtowcs setmntent getmntent endmntent hasmntopt)
dnl Perform program name transformation.
|