diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-23 08:47:32 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-23 08:47:32 +0000 |
commit | 97b27732c6f53c93c5b5f16954961481887897bf (patch) | |
tree | b81b0e5516d39a56feb31520b21474a3ade6cc7f /package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch | |
parent | 9633b737bce94c0acb934769a351182623e35ac6 (diff) | |
download | buildroot-novena-97b27732c6f53c93c5b5f16954961481887897bf.tar.gz buildroot-novena-97b27732c6f53c93c5b5f16954961481887897bf.zip |
Bump version of dnsmasq, with new patches
Diffstat (limited to 'package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch')
-rw-r--r-- | package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch b/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch new file mode 100644 index 000000000..52246a3c5 --- /dev/null +++ b/package/dnsmasq/dnsmasq2-100-include-correct-prctl-header.patch @@ -0,0 +1,12 @@ +diff -upr dnsmasq-2.39/src/dnsmasq.h dnsmasq-2.39-orig/src/dnsmasq.h +--- dnsmasq-2.39/src/dnsmasq.h 2007-04-20 12:53:38.000000000 +0200 ++++ dnsmasq-2.39-orig/src/dnsmasq.h 2007-06-12 11:12:19.000000000 +0200 +@@ -79,7 +79,7 @@ + /* There doesn't seem to be a universally-available + userpace header for this. */ + extern int capset(cap_user_header_t header, cap_user_data_t data); +-#include <sys/prctl.h> ++#include <linux/prctl.h> + #endif + + /* Min buffer size: we check after adding each record, so there must be |