fix some warnings

This commit is contained in:
kub 2024-09-05 22:00:30 +02:00
parent 697806c41d
commit 9fba90ac32
5 changed files with 34 additions and 9 deletions

View file

@ -14,7 +14,10 @@
#define mkdir(pathname,mode) mkdir(pathname)
#define d_type d_ino
#define DT_REG 0
#define DT_DIR 0
#define DT_DIR 1
#define DT_LNK 2
#define DT_UNKNOWN -1
#define readlink(p,d,s) -1
#endif
#else