]> git.ipfire.org Git - thirdparty/curl.git/commit
file: add handling of native AmigaOS paths
authorFutaura <oliver@futaura.co.uk>
Fri, 5 Aug 2022 11:38:30 +0000 (12:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 14:42:10 +0000 (16:42 +0200)
commit23c708cdc8cbecb31e56dd8436751b5f964869b1
tree5e803ae9afabfe90597c484d5edc0a1337ec1a26
parentba2ccf368e0e0021697fe33a45a766e1f8532752
file: add handling of native AmigaOS paths

On AmigaOS 4.x, handle native absolute paths, whilst blocking relative
paths. Also allow unix style paths if feature enabled at link time.

Inspiration-from: Michael Trebilcock

Closes #9259
lib/file.c