summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-31 17:26:08 -0600
committerKarl Williamson <khw@cpan.org>2022-06-10 06:48:35 -0600
commit1aa8e6dd85c09ce7ce928c1ab673fba6e7c739eb (patch)
treef3e081b309c932fc4eece03f2ba82f55f7d366be /uconfig.h
parentca4a6e05b1b031a6fae109c6799ebbcf01c547d9 (diff)
downloadperl-1aa8e6dd85c09ce7ce928c1ab673fba6e7c739eb.tar.gz
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.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h8
1 files changed, 4 insertions, 4 deletions
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 <sys/mount.h> (BSD 4.3),
- * not from <sys/statfs.h> (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 <sys/statfs.h> (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: */