summaryrefslogtreecommitdiff
path: root/etc/import
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import')
-rw-r--r--etc/import/libarchive/TARGETS.archive8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/import/libarchive/TARGETS.archive b/etc/import/libarchive/TARGETS.archive
index cde2b465..7297edef 100644
--- a/etc/import/libarchive/TARGETS.archive
+++ b/etc/import/libarchive/TARGETS.archive
@@ -634,6 +634,9 @@
, [ "HAVE_STRRCHR"
, ["strrchr", {"type": "var", "name": "sys_hdrs"}]
]
+ , [ "HAVE_STRUCT_STATFS"
+ , ["statfs", {"type": "var", "name": "sys_hdrs"}]
+ ]
, [ "HAVE_SYMLINK"
, ["symlink", {"type": "var", "name": "sys_hdrs"}]
]
@@ -786,6 +789,11 @@
, {"type": "var", "name": "sys_hdrs"}
]
]
+ , [ "HAVE_STRUCT_STATFS_F_IOSIZE"
+ , [ "((struct statfs*)NULL)->f_iosize"
+ , {"type": "var", "name": "sys_hdrs"}
+ ]
+ ]
, [ "HAVE_STRUCT_STATFS_F_NAMEMAX"
, [ "((struct statfs*)NULL)->f_namemax"
, {"type": "var", "name": "sys_hdrs"}