]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
mountlist: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:44:02 +0000 (12:44 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:44:14 +0000 (12:44 +0200)
* m4/mountlist.m4 (gl_MOUNTLIST): Update description of
MOUNTED_GETFSSTAT.

ChangeLog
m4/mountlist.m4

index 7468820a2d07932b2eaaa1727c5671633425a4cb..40988ca0bfad132bfc143f016a09b7d7bf78892d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-09-09  Bruno Haible  <bruno@clisp.org>
 
+       mountlist: Remove support for OSF/1.
+       * m4/mountlist.m4 (gl_MOUNTLIST): Update description of
+       MOUNTED_GETFSSTAT.
+
        mknod: Remove support for OSF/1.
        * lib/sys_stat.in.h (mknod): Simplify C++ alias declaration.
 
index e7eac2e9ed5f9e9ee1a921425a686841fb76405f..0b9ff03e6972e2bd9aef0b35504ec831c6221255 100644 (file)
@@ -1,5 +1,5 @@
 # mountlist.m4
-# serial 18
+# serial 19
 dnl Copyright (C) 2002-2006, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -159,7 +159,7 @@ $ac_includes_default
   fi
 
   if test -z "$ac_list_mounted_fs"; then
-    # OSF/1, also (obsolete) Apple Darwin 1.3.
+    # (obsolete) Apple Darwin 1.3.
     # powerpc-apple-darwin1.3.7 needs sys/param.h sys/ucred.h sys/fs_types.h
 
     AC_CACHE_CHECK([for getfsstat function],
@@ -185,7 +185,7 @@ $getfsstat_includes
       ac_list_mounted_fs=found
       AC_DEFINE([MOUNTED_GETFSSTAT], [1],
         [Define if there is a function named getfsstat for reading the
-         list of mounted file systems.  (DEC Alpha running OSF/1)])
+         list of mounted file systems.  (obsolete Darwin)])
     fi
   fi
 
@@ -212,10 +212,9 @@ $getfsstat_includes
 
   if test -z "$ac_list_mounted_fs"; then
     # Mac OS X, FreeBSD, NetBSD, OpenBSD, Minix, also (obsolete) 4.4BSD.
-    # OSF/1 also has getmntinfo but is already handled above.
     # We cannot use AC_CHECK_FUNCS([getmntinfo]) here, because at the linker
     # level the function is sometimes called getmntinfo64 or getmntinfo$INODE64
-    # on Mac OS X, __getmntinfo13 on NetBSD and Minix, _F64_getmntinfo on OSF/1.
+    # on Mac OS X, __getmntinfo13 on NetBSD and Minix.
     AC_CACHE_CHECK([for getmntinfo function],
       [fu_cv_sys_mounted_getmntinfo],
       [AC_LINK_IFELSE(