l2tpv3tun: fix whitespace mangled patch
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 24 Feb 2011 00:36:56 +0000 (00:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 24 Feb 2011 00:36:56 +0000 (00:36 +0000)
SVN-Revision: 25687

net/l2tpv3tun/patches/100-nl_handle_alloc.patch

index 6ed228887ba638eac42e1a17b4079f9f2952636f..f245468b0e700a609661a26fe746ae37489e529c 100644 (file)
@@ -1,25 +1,23 @@
-Index: l2tpv3tun-0.2/main.c
-===================================================================
---- l2tpv3tun-0.2.orig/main.c
-+++ l2tpv3tun-0.2/main.c
+--- a/main.c
++++ b/main.c
 @@ -100,7 +100,7 @@ struct l2tp_data {
  };
-
  /* netlink socket */
 -static struct nl_handle *nl_sock;
 +static struct nl_sock *nl_sock;
  static int nl_family;
-
  /*****************************************************************************
 @@ -788,9 +788,9 @@ static int do_show(int argc, char **argv
-
  int do_ipl2tp(int argc, char **argv)
  {
--       nl_sock = nl_handle_alloc();
-+       nl_sock = nl_socket_alloc();
-        if (!nl_sock) {
--               perror("nl_handle_alloc");
-+               perror("nl_socket_alloc");
-                return 1;
-        }
-
+-      nl_sock = nl_handle_alloc();
++      nl_sock = nl_socket_alloc();
+       if (!nl_sock) {
+-              perror("nl_handle_alloc");
++              perror("nl_socket_alloc");
+               return 1;
+       }