diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-02-03 21:53:20 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-04 08:01:48 +0100 |
commit | f72c65a3ae83ffd3d5e3bf0367d53daf437bea28 (patch) | |
tree | 1e1baf7daf3682a4a018c08ecd753eabc97c460d /package/pptp-linux/pptp-linux-002-drop-stropts.patch | |
parent | d3e7fbd75e49e3368b8c361c45344266ceca5cfd (diff) | |
download | buildroot-novena-f72c65a3ae83ffd3d5e3bf0367d53daf437bea28.tar.gz buildroot-novena-f72c65a3ae83ffd3d5e3bf0367d53daf437bea28.zip |
pptp-linux: rename patches to remove the version number
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pptp-linux/pptp-linux-002-drop-stropts.patch')
-rw-r--r-- | package/pptp-linux/pptp-linux-002-drop-stropts.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/pptp-linux/pptp-linux-002-drop-stropts.patch b/package/pptp-linux/pptp-linux-002-drop-stropts.patch new file mode 100644 index 000000000..bc53cc230 --- /dev/null +++ b/package/pptp-linux/pptp-linux-002-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 + |