* building on darwin (and most likely other BSDs) fixed

This commit is contained in:
florian 2023-01-21 21:19:24 +01:00
parent 77ade8b74f
commit d4d4498fc0

View File

@ -515,6 +515,8 @@ Const
S_IFLNK = &120000; S_IFLNK = &120000;
S_IFSOCK= &140000; S_IFSOCK= &140000;
S_IFWHT = &160000; S_IFWHT = &160000;
S_ISUID = &4000;
S_ISGID = &2000;
S_ISVTX = &1000; S_ISVTX = &1000;
{ {