[ptxdist] Conflicting getline declarations in kernel 2.6.32

2010-01-18 Thread Frederik Sdun
Hi, compiling kernel-headers with a recent host compiler yields the following error: scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here in unifdef.c: static Linetype getline(void); in stdio.h:

[ptxdist] [PATCH] [gdb] Add patch for gdb-6.8

2010-01-18 Thread Alexander Stein
Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- patches/gdb-6.8/gdb-6.8-fix-compile-karmic.patch | 27 ++ patches/gdb-6.8/series |1 + 2 files changed, 28 insertions(+), 0 deletions(-) create mode 100644

Re: [ptxdist] Conflicting getline declarations in kernel 2.6.32

2010-01-18 Thread Remy Bohmer
Hi, 2010/1/18 Frederik Sdun frederik.s...@inotec-licht.de: Hi, compiling kernel-headers with a recent host compiler yields the following error: scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here in