diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-16 17:41:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-16 17:41:25 +0300 |
commit | e2abcdca396661cbe0ae2ddb13d5c2b85682c13a (patch) | |
tree | acf9b5c80b645617f882c45224c6e07251711842 /patches/0041-pidfile-add-cdefs.patch | |
download | otools-e2abcdca396661cbe0ae2ddb13d5c2b85682c13a.tar.gz |
initial commit
Diffstat (limited to 'patches/0041-pidfile-add-cdefs.patch')
-rw-r--r-- | patches/0041-pidfile-add-cdefs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/0041-pidfile-add-cdefs.patch b/patches/0041-pidfile-add-cdefs.patch new file mode 100644 index 0000000..99efd99 --- /dev/null +++ b/patches/0041-pidfile-add-cdefs.patch @@ -0,0 +1,10 @@ +--- a/lib/libutil/pidfile.c 2019-06-28 17:20:40.000000000 +0300 ++++ b/lib/libutil/pidfile.c 2020-10-16 12:52:17.812742477 +0300 +@@ -30,6 +30,7 @@ + * POSSIBILITY OF SUCH DAMAGE. + */ + ++#include <sys/cdefs.h> + #include <sys/types.h> + #include <errno.h> + #include <paths.h> |