diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 17:45:15 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 17:45:15 +0000 |
commit | 89d2896478f871cbad539c7a321f92bfd2f65269 (patch) | |
tree | 4fc8584245695703143870d5d01dbcb311ed1e00 /user/libbsd/headers.patch | |
parent | c5bab4fc44040528eb9779ca3360ec1606dbb345 (diff) | |
download | packages-89d2896478f871cbad539c7a321f92bfd2f65269.tar.gz packages-89d2896478f871cbad539c7a321f92bfd2f65269.tar.bz2 packages-89d2896478f871cbad539c7a321f92bfd2f65269.tar.xz packages-89d2896478f871cbad539c7a321f92bfd2f65269.zip |
user/libbsd: bump to 0.9.1
Diffstat (limited to 'user/libbsd/headers.patch')
-rw-r--r-- | user/libbsd/headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/libbsd/headers.patch b/user/libbsd/headers.patch new file mode 100644 index 000000000..5b8f26425 --- /dev/null +++ b/user/libbsd/headers.patch @@ -0,0 +1,10 @@ +--- libbsd-0.9.1/src/flopen.c.old 2018-05-21 02:33:33.000000000 +0000 ++++ libbsd-0.9.1/src/flopen.c 2018-09-09 17:43:59.850000000 +0000 +@@ -32,6 +32,7 @@ + #include <sys/stat.h> + + #include <errno.h> ++#include <fcntl.h> + #include <stdarg.h> + #include <unistd.h> + |