opnsense-ports/filesystems/xfsprogs/files/patch-include_list.h
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

11 lines
318 B
C

--- include/list.h.orig 2014-01-20 22:47:46 UTC
+++ include/list.h
@@ -29,7 +29,7 @@ struct list_head {
#define LIST_HEAD_INIT(name) { &(name), &(name) }
-#define LIST_HEAD(name) \
+#define XFS_LIST_HEAD(name) \
struct list_head name = LIST_HEAD_INIT(name)
#define INIT_LIST_HEAD(list) list_head_init(list)