[kaffe] [patch] sequence of includes in include/jsyscall.h
Supreet Sethi
supreet at linux-delhi.org
Tue Apr 5 05:09:26 PDT 2005
The sequence of includes need to be sys/types.h and then sys/socket.h
for fbsd so patch is included
-------------- next part --------------
Index: include/jsyscall.h
===================================================================
RCS file: /cvs/kaffe/kaffe/include/jsyscall.h,v
retrieving revision 1.18
diff -r1.18 jsyscall.h
24a25,29
> #if defined(HAVE_SYS_TYPES_H)
> #include <sys/types.h>
> #endif /* defined(HAVE_SYS_TYPES_H) */
>
>
37,39d41
< #if defined(HAVE_SYS_TYPES_H)
< #include <sys/types.h>
< #endif /* defined(HAVE_SYS_TYPES_H) */
More information about the kaffe
mailing list