Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Re Can't compile rp-ppoe

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Fredrik Carlström <fredrik.carlstrom AT tele2.se>
  • To: SM-Discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] Re Can't compile rp-ppoe
  • Date: Sun, 16 Nov 2008 02:45:16 +0100

Ops. Forgot to attach the patch.
--- if.h.orig 2008-11-16 02:23:11.337598559 +0100
+++ if.h 2008-11-16 02:17:36.551477762 +0100
@@ -19,7 +19,6 @@
#ifndef _LINUX_IF_H
#define _LINUX_IF_H

-#include <net/if.h>

#include <linux/types.h> /* for "__kernel_caddr_t" et al */
#include <linux/socket.h> /* for "struct sockaddr" et al */
@@ -120,7 +119,7 @@
* being very small might be worth keeping for clean configuration.
*/

-struct kernel_ifmap
+struct ifmap
{
unsigned long mem_start;
unsigned long mem_end;
@@ -156,7 +155,7 @@
* remainder may be interface specific.
*/

-struct kernel_ifreq
+struct ifreq
{
#define IFHWADDRLEN 6
union
@@ -206,7 +205,7 @@
* must know all networks accessible).
*/

-struct kernel_ifconf
+struct ifconf
{
int ifc_len; /* size of buffer */
union


  • [SM-Discuss] Re Can't compile rp-ppoe, Fredrik Carlström, 11/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page