ports/devel/libbobcat/files/patch-stat-stat
Muhammad Moinur Rahman 6e47a493b5 devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
2015-06-07 11:32:57 +00:00

13 lines
249 B
Text

--- stat/stat.orig 2014-03-03 16:28:16 UTC
+++ stat/stat
@@ -6,6 +6,10 @@
#include <unistd.h>
#include <string>
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cerrno>
+#endif
+
#include <bobcat/datetime>
#include <bobcat/gs>