You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
416 B
11 lines
416 B
Index: include/common/mini-clist.h |
|
--- include/common/mini-clist.h.orig 2015-10-13 18:52:22.000000000 +0200 |
|
+++ include/common/mini-clist.h 2015-10-14 20:07:40.605705265 +0200 |
|
@@ -67,6 +67,7 @@ |
|
#undef LIST_HEAD |
|
#undef LIST_INIT |
|
#undef LIST_NEXT |
|
+#undef LIST_PREV |
|
|
|
/* ILH = Initialized List Head : used to prevent gcc from moving an empty |
|
* list to BSS. Some older version tend to trim all the array and cause
|
|
|