From 7c9f001cda932c74164e8aaa6740dcb6d24aa62f Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 7 Jun 2021 19:49:15 +0300 Subject: mkpkg: new applet to create v2 packages with basic functionality --- src/apk_defines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/apk_defines.h') diff --git a/src/apk_defines.h b/src/apk_defines.h index 92e97d8..3218277 100644 --- a/src/apk_defines.h +++ b/src/apk_defines.h @@ -191,14 +191,14 @@ APK_ARRAY(apk_string_array, char *); #define LIST_POISON1 (void *) 0xdeadbeef #define LIST_POISON2 (void *) 0xabbaabba -struct hlist_head { - struct hlist_node *first; -}; - struct hlist_node { struct hlist_node *next; }; +struct hlist_head { + struct hlist_node *first; +}; + static inline int hlist_empty(const struct hlist_head *h) { return !h->first; -- cgit v1.2.3-70-g09d2