[arch-commits] Commit in rp-pppoe/trunk (kmode.patch rp-pppoe-linux-headers.patch)

Felix Yan felixonmars at archlinux.org
Wed Dec 18 19:24:29 UTC 2019


    Date: Wednesday, December 18, 2019 @ 19:24:29
  Author: felixonmars
Revision: 371641

remove unused patches

Deleted:
  rp-pppoe/trunk/kmode.patch
  rp-pppoe/trunk/rp-pppoe-linux-headers.patch

------------------------------+
 kmode.patch                  |   19 -------------------
 rp-pppoe-linux-headers.patch |   28 ----------------------------
 2 files changed, 47 deletions(-)

Deleted: kmode.patch
===================================================================
--- kmode.patch	2019-12-18 19:17:47 UTC (rev 371640)
+++ kmode.patch	2019-12-18 19:24:29 UTC (rev 371641)
@@ -1,19 +0,0 @@
-diff -up rp-pppoe-3.11/src/configure.orig rp-pppoe-3.11/src/configure
---- rp-pppoe-3.11/src/configure.orig	2012-08-17 12:31:25.000000000 -0600
-+++ rp-pppoe-3.11/src/configure	2013-02-11 14:23:05.000000000 -0700
-@@ -3709,6 +3709,7 @@ do :
- #include<net/ethernet.h>
- #include<linux/if.h>
- #include<linux/in.h>
-+#include<linux/in6.h>
- 
- "
- if test "x$ac_cv_header_linux_if_pppox_h" = x""yes; then :
-@@ -4559,6 +4559,7 @@ else
- #include <net/ethernet.h>
- #include <linux/if.h>
- #include <netinet/in.h>
-+#include <linux/in6.h>
- #include <linux/if_pppox.h>
- int main()
- {

Deleted: rp-pppoe-linux-headers.patch
===================================================================
--- rp-pppoe-linux-headers.patch	2019-12-18 19:17:47 UTC (rev 371640)
+++ rp-pppoe-linux-headers.patch	2019-12-18 19:24:29 UTC (rev 371641)
@@ -1,28 +0,0 @@
-the linux headers have started adding shims to not define types or structs
-when C lib headers are active, but in order to work, the C lib headers have
-to be included before the linux headers.
-
-move the netinet/in.h include up above the linux/ includes.
-
-Mike Frysinger <vapier at gentoo.org>
-
---- a/src/pppoe.h
-+++ b/src/pppoe.h
-@@ -47,6 +47,8 @@
- #include <sys/socket.h>
- #endif
- 
-+#include <netinet/in.h>
-+
- /* Ugly header files on some Linux boxes... */
- #if defined(HAVE_LINUX_IF_H)
- #include <linux/if.h>
-@@ -84,8 +86,6 @@ typedef unsigned long UINT32_t;
- #include <linux/if_ether.h>
- #endif
- 
--#include <netinet/in.h>
--
- #ifdef HAVE_NETINET_IF_ETHER_H
- #include <sys/types.h>
- 



More information about the arch-commits mailing list