Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
compat: fix fstatat probing
Franco Fichtner committed 10 years ago
commit cc25ccd3ab030ee520d7781b4192aa42053d55e2
parent 7c609fb
1 file changed +1 -1
modified compat/bsd_compat.h
@@ -99,7 +99,7 @@ void closefrom(int lowfd);
int faccessat(int fd, const char *path, int mode, int flag);
#endif

-
#if !HAVE_FSTATAT
+
#if !HAVE_DECL_FSTATAT
int fstatat(int fd, const char *path, struct stat *buf, int flag);
#endif