Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use bsd_compat.h to provide faccessat().
Landon Fuller committed 11 years ago
commit bbece3bfbb58f567e66e675e7596b06fa0b3c52e
parent 84bed882d4b3716a5926a6388c52dc0ec756878d
1 file changed +2 -0
modified libpkg/pkg_create.c
@@ -33,6 +33,8 @@
#include <regex.h>
#include <fcntl.h>

+
#include <bsd_compat.h>
+

#include "pkg.h"
#include "private/event.h"
#include "private/pkg.h"