Author: jim Date: 2006-04-30 13:51:54 -0600 (Sun, 30 Apr 2006) New Revision: 1509
Added: trunk/libnet/ trunk/libnet/libnet-1.1.2.1-fixes-1.patch Modified: trunk/ Log: [EMAIL PROTECTED]: jim | 2006-04-30 00:30:23 -0700 Added: libnet-1.1.2.1-fixes-1.patch Property changes on: trunk ___________________________________________________________________ Name: svk:merge - cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1643 + cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710 e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1647 Added: trunk/libnet/libnet-1.1.2.1-fixes-1.patch =================================================================== --- trunk/libnet/libnet-1.1.2.1-fixes-1.patch (rev 0) +++ trunk/libnet/libnet-1.1.2.1-fixes-1.patch 2006-04-30 19:51:54 UTC (rev 1509) @@ -0,0 +1,19 @@ +Submitted By: Jim Gifford (jim at linuxfromscratch dot org) +Date: 2006-04-30 +Initial Package Version: 1.1.2.1 +Origin: Jim Gifford +Description: Fixes for Linux Headers + +diff -Naur libnet.orig/src/libnet_link_linux.c libnet/src/libnet_link_linux.c +--- libnet.orig/src/libnet_link_linux.c 2004-01-03 12:31:02.000000000 -0800 ++++ libnet/src/libnet_link_linux.c 2006-04-30 00:18:53.196650996 -0700 +@@ -42,7 +42,7 @@ + #ifndef SOL_PACKET + #define SOL_PACKET 263 + #endif /* SOL_PACKET */ +-#if __GLIBC__ >= 2 && __GLIBC_MINOR >= 1 ++#if (__GLIBC__) + #include <netpacket/packet.h> + #include <net/ethernet.h> /* the L2 protocols */ + #else + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
