opkg: refactory active_list_next remove unnecessary field.
[oweals/opkg-lede.git] / libopkg / active_list.h
index 674423404bd9cae023a703a82f322ea3d7b92cb5..79ab77d5fc9abb60a130f11b335d3847b54ff76b 100644 (file)
@@ -23,9 +23,8 @@
 struct active_list {
     struct list_head node;
     struct list_head depend;
-    char walked;
     struct active_list *depended;
-}  __attribute__((packed));
+};
 
 struct active_list * active_list_next(struct active_list *head, struct active_list *ptr);
 void active_list_init(struct active_list *ptr);