Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-23 Thread Drew Parsons
Geert wrote: Both my 2.95.2 and 3.2 cross compilers define __mc68000__, but not __m68k__. OK I'll patch with __mc68000__ then. Drew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-19 Thread Geert Uytterhoeven
On Tue, 19 Sep 2006, Drew Parsons wrote: On Mon, 2006-09-18 at 16:49 +0200, Frans Pop wrote: On Monday 18 September 2006 14:48, Drew Parsons wrote: Could you tell me what the m68k flag is defined as, in the #if defined( ) sense as in Surprise, surprise. It is (taken from kbd-chooser

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-18 Thread Drew Parsons
On Mon, 2006-09-18 at 10:35 +0200, Geert Uytterhoeven wrote: On Mon, 18 Sep 2006, Drew Parsons wrote: xserver-xorg-input-evdev 1.1.2 currently fails to build on m68k (cf. http://buildd.debian.org/fetch.php?pkg=xserver-xorg-input-evdevver=1% 3A1.1.2-1arch=m68kstamp=1151064364file=logas=raw)

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-18 Thread Drew Parsons
On Mon, 2006-09-18 at 10:35 +0200, Geert Uytterhoeven wrote: According to http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/asm-m68k/unistd.h: | #define __NR_inotify_init 284 | #define __NR_inotify_add_watch 285 | #define __NR_inotify_rm_watch 286 Could you tell me what

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-18 Thread Geert Uytterhoeven
On Mon, 18 Sep 2006, Drew Parsons wrote: On Mon, 2006-09-18 at 10:35 +0200, Geert Uytterhoeven wrote: According to http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/include/asm-m68k/unistd.h: | #define __NR_inotify_init 284 | #define __NR_inotify_add_watch285 | #define

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-18 Thread Frans Pop
On Monday 18 September 2006 14:48, Drew Parsons wrote: Could you tell me what the m68k flag is defined as, in the #if defined( ) sense as in Surprise, surprise. It is (taken from kbd-chooser in d-i): #if defined(__m68k__) ;-) Cheers, FJP pgpZsUyl2SYEN.pgp Description: PGP signature

Bug#387922: m68k syscalls for xserver-xorg-input-evdev

2006-09-18 Thread Drew Parsons
On Mon, 2006-09-18 at 16:49 +0200, Frans Pop wrote: On Monday 18 September 2006 14:48, Drew Parsons wrote: Could you tell me what the m68k flag is defined as, in the #if defined( ) sense as in Surprise, surprise. It is (taken from kbd-chooser in d-i): #if defined(__m68k__) but Geert