diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-07-01 13:19:49 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-07-01 13:19:49 +0000 |
commit | 94466e42f0cc9a5137ca5dc6bd853290283ed79d (patch) | |
tree | 2a343b88f0830f57c2ba25fe6ec9a39da48ee1b4 /testing/freeradius3/freeradius3-303-main-log-include.patch | |
parent | 63760e8bc0553b958d2fbf030e797e2a4beb20d3 (diff) | |
download | aports-94466e42f0cc9a5137ca5dc6bd853290283ed79d.tar.bz2 aports-94466e42f0cc9a5137ca5dc6bd853290283ed79d.tar.xz |
testing/freeradius3: upgrade to 3.0.3
Diffstat (limited to 'testing/freeradius3/freeradius3-303-main-log-include.patch')
-rw-r--r-- | testing/freeradius3/freeradius3-303-main-log-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/freeradius3/freeradius3-303-main-log-include.patch b/testing/freeradius3/freeradius3-303-main-log-include.patch new file mode 100644 index 0000000000..3f84eb639f --- /dev/null +++ b/testing/freeradius3/freeradius3-303-main-log-include.patch @@ -0,0 +1,11 @@ +--- a/src/main/log.c ++++ b/src/main/log.c +@@ -42,6 +42,8 @@ + #include <pthread.h> + #endif + ++#include <fcntl.h> ++ + bool rate_limit = true; + + /* |