From: Bruno Haible Date: Tue, 9 Sep 2025 10:44:02 +0000 (+0200) Subject: mountlist: Remove support for OSF/1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1799c4fb908d8a3d5f98439c1e1f70d7ffe5c774;p=thirdparty%2Fgnulib.git mountlist: Remove support for OSF/1. * m4/mountlist.m4 (gl_MOUNTLIST): Update description of MOUNTED_GETFSSTAT. --- diff --git a/ChangeLog b/ChangeLog index 7468820a2d..40988ca0bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2025-09-09 Bruno Haible + 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. diff --git a/m4/mountlist.m4 b/m4/mountlist.m4 index e7eac2e9ed..0b9ff03e69 100644 --- a/m4/mountlist.m4 +++ b/m4/mountlist.m4 @@ -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(