Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
compat: fix fstatat probing
Franco Fichtner committed 10 years ago
commit cc25ccd3ab030ee520d7781b4192aa42053d55e2
parent 7c609fbb587f7433a0edf857b095c00f8d2e61eb
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