Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_ipc


Modified Files:
        ecore_ipc_private.h 


Log Message:


sgi build patches

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc_private.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_ipc_private.h 22 Oct 2004 03:41:48 -0000      1.4
+++ ecore_ipc_private.h 2 Apr 2005 15:59:55 -0000       1.5
@@ -12,6 +12,10 @@
 typedef struct _Ecore_Ipc_Server Ecore_Ipc_Server;
 typedef struct _Ecore_Ipc_Msg_Head Ecore_Ipc_Msg_Head;
 
+
+#ifdef __sgi
+#pragma pack 4
+#endif
 struct _Ecore_Ipc_Msg_Head
 {
       int head;
@@ -21,7 +25,14 @@
       int ref_to;
       int response;
       int size;
-} __attribute__ ((packed));
+} 
+#ifdef _GNU_C_
+__attribute__ ((packed));
+#endif
+;
+#ifdef __sgi
+#pragma pack 0
+#endif
 
 struct _Ecore_Ipc_Client
 {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to