summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/active_list.h')
-rw-r--r--libopkg/active_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/active_list.h b/libopkg/active_list.h
index 6744234..a32070f 100644
--- a/libopkg/active_list.h
+++ b/libopkg/active_list.h
@@ -25,7 +25,7 @@ struct active_list {
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);