From 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:53:53 +0100 Subject: Update/gnulib 2026 03 (#2247) * Sync with the 202601-stable Gnulib code (4a3650d887) * Ignore more deps stuff in gnulib * Remove autogenerated gnulib files * Ignore more gnulib generated headers --- gl/m4/mountlist.m4 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'gl/m4/mountlist.m4') diff --git a/gl/m4/mountlist.m4 b/gl/m4/mountlist.m4 index e7eac2e9..311e00b2 100644 --- a/gl/m4/mountlist.m4 +++ b/gl/m4/mountlist.m4 @@ -1,6 +1,6 @@ # mountlist.m4 -# serial 18 -dnl Copyright (C) 2002-2006, 2009-2025 Free Software Foundation, Inc. +# serial 20 +dnl Copyright (C) 2002-2006, 2009-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -75,7 +75,7 @@ $ac_includes_default # Determine whether it's the one-argument variant or the two-argument one. if test -z "$ac_list_mounted_fs"; then - # glibc, HP-UX, IRIX, Cygwin, Android, also (obsolete) 4.3BSD, SunOS. + # glibc, HP-UX, Cygwin, Android, also (obsolete) 4.3BSD, SunOS. AC_CACHE_CHECK([for one-argument getmntent function], [fu_cv_sys_mounted_getmntent1], [AC_COMPILE_IFELSE( @@ -107,7 +107,7 @@ $ac_includes_default AC_DEFINE([MOUNTED_GETMNTENT1], [1], [Define if there is a function named getmntent for reading the list of mounted file systems, and that function takes a single argument. - (4.3BSD, SunOS, HP-UX, Irix)]) + (4.3BSD, SunOS, HP-UX)]) gl_CHECK_FUNCS_ANDROID([setmntent], [[#include #include @@ -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( -- cgit v1.2.3-74-g34f1