Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 15 years ago
parent
commit
49be4f73ac
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      package/base/strace/hotfixes.patch

+ 10
- 0
package/base/strace/hotfixes.patch

@ -0,0 +1,10 @@
--- ./net.c.orig 2010-01-04 09:38:30.000000000 +0000
+++ ./net.c 2010-01-04 09:38:57.000000000 +0000
@@ -53,6 +53,7 @@
#include <net/if.h>
#if defined(LINUX)
#include <asm/types.h>
+#include <linux/netlink.h>
#if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC__ + __GLIBC_MINOR__ >= 3)
# include <netipx/ipx.h>
#else

Loading…
Cancel
Save