diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:44:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:44:13 +0100 |
commit | d076ad3dbeac4bf7a58a335348c1560dd23799a7 (patch) | |
tree | f402fe30741bb8ea76d0f411a1179c6ac937be76 /packages/microwindows/files/varargs.patch | |
parent | 06af67f2e653d6b0d45117f9aaad0b25db1eaa67 (diff) |
gumstix utils: add char-driver, gpio-event, i2c and microwindows
Diffstat (limited to 'packages/microwindows/files/varargs.patch')
-rw-r--r-- | packages/microwindows/files/varargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/microwindows/files/varargs.patch b/packages/microwindows/files/varargs.patch new file mode 100644 index 0000000000..1218e494cc --- /dev/null +++ b/packages/microwindows/files/varargs.patch @@ -0,0 +1,11 @@ +--- nxlib-0.45/Xlcint.h-orig 2008-02-13 20:46:56.000000000 -0800 ++++ nxlib-0.45/Xlcint.h 2008-02-13 20:47:16.000000000 -0800 +@@ -71,7 +71,7 @@ + #include "Xresource.h" + #include "Xutil.h" + /*#include "Xvarargs.h"*/ +-#include "varargs.h" ++#include "stdarg.h" + + typedef Bool (*XFilterEventProc)( + #if NeedFunctionPrototypes |