commit 63eeb1be1ae819f9cdbcda8fe3542ab0ba33ec4b
Author: Jan RÄ™korajski <[email protected]>
Date:   Wed Jan 28 19:16:09 2015 +0100

    - fix syntax error in patch

 list_last_entry.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/list_last_entry.patch b/list_last_entry.patch
index 31a0725..c664d8c 100644
--- a/list_last_entry.patch
+++ b/list_last_entry.patch
@@ -7,7 +7,7 @@
 +#if LINUX_VERSION_CODE > KERNEL_VERSION(3,12,0)
                    list_last_entry(&map->members, struct set_elem, list);
 +#else
-+                  list_entry((&map->members)->prev, struct set_elem, list)
++                  list_entry((&map->members)->prev, struct set_elem, list);
 +#endif
        } else if (d->before > 0) {
                /* Insert after next element */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ipset.git/commitdiff/63eeb1be1ae819f9cdbcda8fe3542ab0ba33ec4b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to