From 261c929147fe205f35a57df70b4c126148903416 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:32:04 -0500 Subject: opkg: active_list tests git-svn-id: http://opkg.googlecode.com/svn/trunk@167 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/active_list.h') 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); -- cgit v0.9.1