add darwin as supported

This commit is contained in:
Jaromil 2023-04-27 10:41:50 +02:00
parent afb74a61f0
commit 02e9c779ed

View File

@ -235,6 +235,15 @@ format=posix_format
map=posix_map map=posix_map
mount=linux_mount mount=linux_mount
close=posix_close close=posix_close
EOF
;;
Darwin)
cat <<EOF
create=posix_create
format=posix_format
map=posix_map
mount=freebsd_mount
close=freebsd_close
EOF EOF
;; ;;
*) *)