From 2a6598646824da9d6a957fb5b3e4c6bb40fb6835 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 11 Apr 2011 05:48:36 +0000 Subject: build fixes Signed-off-by: Venky Shankar Signed-off-by: Anand Avati BUG: 2550 (build warnings) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2550 --- libglusterfs/src/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/event.h') diff --git a/libglusterfs/src/event.h b/libglusterfs/src/event.h index 57884d173ce..eb42663654b 100644 --- a/libglusterfs/src/event.h +++ b/libglusterfs/src/event.h @@ -32,7 +32,7 @@ struct event_ops; struct event_data { int fd; int idx; -} __attribute__ ((__packed__)); +} __attribute__ ((__packed__, __may_alias__)); typedef int (*event_handler_t) (int fd, int idx, void *data, -- cgit