pptp-linux-1.7.2-drop-stropts.patch 657 B

1234567891011121314151617181920212223242526
  1. From ae214f5103dfaa92ecb0b1953d4c9dd059e620ca Mon Sep 17 00:00:00 2001
  2. From: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. Date: Thu, 21 Oct 2010 10:59:02 -0300
  4. Subject: [PATCH] Drop stropts.h, it's deprecated and unneeded
  5. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  6. ---
  7. pptp_compat.c | 1 -
  8. 1 files changed, 0 insertions(+), 1 deletions(-)
  9. diff --git a/pptp_compat.c b/pptp_compat.c
  10. index 1760a3b..e98cbf0 100644
  11. --- a/pptp_compat.c
  12. +++ b/pptp_compat.c
  13. @@ -7,7 +7,6 @@
  14. #include <fcntl.h>
  15. #include <sys/types.h>
  16. #include <unistd.h>
  17. -#include <stropts.h>
  18. #include <stdlib.h>
  19. #include <strings.h>
  20. #include "pptp_compat.h"
  21. --
  22. 1.7.2.2