diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-02 16:31:41 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 23:25:51 +0100 |
commit | 7c949cb2a23791e8baeeac32ae3d90869b07617d (patch) | |
tree | 9dbdb992f135b0f1e8c577012ef299673d993c7e /package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch | |
parent | 84c944d6c36ddbdf1f64a324aa465c5b17184980 (diff) |
pptp: bump to version 1.7.2, convert to gentargets
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch')
-rw-r--r-- | package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch b/package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch new file mode 100644 index 000000000..bc53cc230 --- /dev/null +++ b/package/pptp-linux/pptp-linux-1.7.2-drop-stropts.patch @@ -0,0 +1,26 @@ +From ae214f5103dfaa92ecb0b1953d4c9dd059e620ca Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias <gustavo@zacarias.com.ar> +Date: Thu, 21 Oct 2010 10:59:02 -0300 +Subject: [PATCH] Drop stropts.h, it's deprecated and unneeded + + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> +--- + pptp_compat.c | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +diff --git a/pptp_compat.c b/pptp_compat.c +index 1760a3b..e98cbf0 100644 +--- a/pptp_compat.c ++++ b/pptp_compat.c +@@ -7,7 +7,6 @@ + #include <fcntl.h> + #include <sys/types.h> + #include <unistd.h> +-#include <stropts.h> + #include <stdlib.h> + #include <strings.h> + #include "pptp_compat.h" +-- +1.7.2.2 + |