[Kos-cvs] kos/modules/x86/task task.h,1.14,1.15

thomas at kos.enix.org thomas at kos.enix.org
Sun Jan 16 15:39:49 CET 2005


Update of /home/kos/cvs/kos/modules/x86/task
In directory the-doors:/tmp/cvs-serv2773/modules/x86/task

Modified Files:
	task.h 
Log Message:
2005-01-16  Thomas Petazzoni  <thomas at crazy.kos.nx>

	* modules/x86/task/task.h: Fix gcc-3.4 warnings about ignored
	packed attribute.



Index: task.h
===================================================================
RCS file: /home/kos/cvs/kos/modules/x86/task/task.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- task.h	20 Dec 2003 20:03:57 -0000	1.14
+++ task.h	16 Jan 2005 14:39:47 -0000	1.15
@@ -49,7 +49,7 @@
       k_ui32_t ss3;
     } cpl3;
   } u;
-} cpu_state_t __attribute__((packed));
+} __attribute__((packed)) cpu_state_t;
 
 
 typedef struct {



More information about the Kos-cvs mailing list