summaryrefslogtreecommitdiffstats
path: root/libopkg/active_list.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:32:04 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:32:04 (EST)
commit261c929147fe205f35a57df70b4c126148903416 (patch)
treef5aaa6e0c581c0f82cf7e4763d02a3252b4b1a70 /libopkg/active_list.h
parentc4ec4181cf4dc98c580213ef302f4b9faa655592 (diff)
opkg: active_list tests
git-svn-id: http://opkg.googlecode.com/svn/trunk@167 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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);