From e9c60da89a9c55b81b2dedcf6ee3d1aefb4ff591 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Sun, 14 May 2006 11:55:50 +0000 Subject: Tweak credits and references. Change the longs to unsigned longs in the bitfields. Cleanup our includes. Stop pulling in asm/types.h and asm/bitops.h. Conditionally define the stuff that used to come from the above, including our own test_bit, set_bit and clear_bit. Change the longs to unsigned longs in the bitfields. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Change the longs to unsigned longs in the bitfields. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Change the longs to unsigned longs in the bitfields. Use the bitop defines in evdev.h properly. Add HPPA/HPPA64 entries. (Thanks to Fabio M. Di Nitto ) --- src/evdev_brain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/evdev_brain.c') diff --git a/src/evdev_brain.c b/src/evdev_brain.c index 7c854d8..6365577 100644 --- a/src/evdev_brain.c +++ b/src/evdev_brain.c @@ -86,7 +86,7 @@ typedef struct { } evdevDevInfoRec, *evdevDevInfoPtr; static Bool -MatchAll (long *dev, long *match, int len) +MatchAll (unsigned long *dev, unsigned long *match, int len) { int i; @@ -98,7 +98,7 @@ MatchAll (long *dev, long *match, int len) } static Bool -MatchNot (long *dev, long *match, int len) +MatchNot (unsigned long *dev, unsigned long *match, int len) { int i; @@ -110,7 +110,7 @@ MatchNot (long *dev, long *match, int len) } static Bool -MatchAny (long *dev, long *match, int len) +MatchAny (unsigned long *dev, unsigned long *match, int len) { int i, found = 0; -- cgit v1.2.3