From 1aa8e6dd85c09ce7ce928c1ab673fba6e7c739eb Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 31 May 2022 17:26:08 -0600 Subject: Remove support for Ultrix Ultrix has been removed. Ultrix was the native Unix-like operating system for various Digital Equipment Corporation machines. Its final release was in 1995. --- uconfig.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index 7648b8f01c..401ded5b43 100644 --- a/uconfig.h +++ b/uconfig.h @@ -3371,9 +3371,9 @@ * does have the f_flags member containing the mount flags of * the filesystem containing the file. * This kind of struct statfs is coming from (BSD 4.3), - * not from (SYSV). Older BSDs (like Ultrix) do not - * have statfs() and struct statfs, they have ustat() and getmnt() - * with struct ustat and struct fs_data. + * not from (SYSV). Older BSDs do not have statfs() and + * struct statfs, they have ustat() and getmnt() with struct ustat and + * struct fs_data. */ /*#define HAS_STRUCT_STATFS_F_FLAGS / **/ @@ -5346,6 +5346,6 @@ #endif /* Generated from: - * 8c961decbb871f9aa0865ec6164bd1dd007bdb811dd78afdf20e47171bfd441a config_h.SH + * ff9df121df3ac057e283c9218bf0bd4fbdc28d9a6d01a956c4a865ecec274fb0 config_h.SH * 19bd12935947a7874015a5e6559bdd33363b49755d1e42cc7aebe0fb7ec54657 uconfig.sh * ex: set ro: */ -- cgit v1.2.1