ports/devel/libbobcat/files/patch-stat-stat
Gabor Pali 21071c5ef5 - Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:17:03 +00:00

13 lines
266 B
Text

--- stat/stat.orig 2013-11-13 11:44:53.000000000 +0100
+++ stat/stat 2013-11-27 14:25:52.000000000 +0100
@@ -6,6 +6,10 @@
#include <unistd.h>
#include <string>
+#ifdef __FreeBSD__
+#include <errno.h>
+#endif
+
#include <bobcat/datetime>
#include <bobcat/gs>