diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 13:48:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-24 13:48:53 +0000 |
commit | 8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e (patch) | |
tree | 4cf70123201c43089e3e997ade668bffe76c4491 /community/kbuild/kobjcache.patch | |
parent | 2e320f818729ac141b70d721a66fa8648b45c4c6 (diff) | |
download | aports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.bz2 aports-8b1cbc84fdb5d6dcba8b3e3e21af90506c8bfc2e.tar.xz |
community/kbuild: move from testing
Diffstat (limited to 'community/kbuild/kobjcache.patch')
-rw-r--r-- | community/kbuild/kobjcache.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/kbuild/kobjcache.patch b/community/kbuild/kobjcache.patch new file mode 100644 index 0000000000..4fb4e02550 --- /dev/null +++ b/community/kbuild/kobjcache.patch @@ -0,0 +1,10 @@ +--- ./src/kObjCache/kObjCache.c.orig ++++ ./src/kObjCache/kObjCache.c +@@ -38,6 +38,7 @@ + #include <errno.h> + #include <assert.h> + #include <sys/stat.h> ++#include <sys/file.h> + #include <fcntl.h> + #include <limits.h> + #include <ctype.h> |