[lxc-devel] [PATCH 1/2] fix gcc error: typedef redefinition (against git staging)

2012-09-10 Thread Dwight Engen
Fix gcc error confile.c:83: error: redefinition of typedef ‘config_cb’. Its already defined the same way in confile.h. Signed-off-by: Dwight Engen dwight.en...@oracle.com --- src/lxc/confile.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/lxc/confile.c

Re: [lxc-devel] [PATCH 1/2] fix gcc error: typedef redefinition (against git staging)

2012-09-10 Thread Stéphane Graber
On 12-09-10 02:26 PM, Dwight Engen wrote: Fix gcc error confile.c:83: error: redefinition of typedef ‘config_cb’. Its already defined the same way in confile.h. Signed-off-by: Dwight Engen dwight.en...@oracle.com --- src/lxc/confile.c |2 -- 1 files changed, 0 insertions(+), 2