]> git.pld-linux.org Git - packages/libnl.git/commitdiff
- more fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 31 Oct 2006 08:18:51 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnl-llh.patch -> 1.2

libnl-llh.patch

index 301597303b874dfc6d4a0cc064818f66b358c404..66cc0da95a15126e8a093c496b074734612fba95 100644 (file)
  
  /**
   * @ingroup nl
+--- libnl-1.0-pre5/lib/data.c.orig     2006-10-31 08:14:56.930600500 +0000
++++ libnl-1.0-pre5/lib/data.c  2006-10-31 08:15:16.895848250 +0000
+@@ -18,7 +18,7 @@
+ #include <netlink-local.h>
+ #include <netlink/netlink.h>
+ #include <netlink/utils.h>
+-#include <linux/socket.h>
++#include <sys/socket.h>
+ /**
+  * @name General
+--- libnl-1.0-pre5/lib/msg.c.orig      2006-10-31 08:15:00.606830250 +0000
++++ libnl-1.0-pre5/lib/msg.c   2006-10-31 08:15:34.472946750 +0000
+@@ -152,7 +152,7 @@
+ #include <netlink/utils.h>
+ #include <netlink/cache.h>
+ #include <netlink/attr.h>
+-#include <linux/socket.h>
++#include <sys/socket.h>
+ /**
+  * @name Size Calculations
+--- libnl-1.0-pre5/lib/utils.c.orig    2006-10-31 08:15:04.315062000 +0000
++++ libnl-1.0-pre5/lib/utils.c 2006-10-31 08:15:50.317937000 +0000
+@@ -17,7 +17,7 @@
+ #include <netlink-local.h>
+ #include <netlink/netlink.h>
+ #include <netlink/utils.h>
+-#include <linux/socket.h>
++#include <sys/socket.h>
+ /**
+  * Debug level
This page took 0.134715 seconds and 4 git commands to generate.