All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.28 (linus' bk): conflicting KEY_xxx macros
@ 2002-07-24 14:48 Alex Riesen
  2002-07-24 14:57 ` Thunder from the hill
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2002-07-24 14:48 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: linux-kernel

include/linux/input.h has this:

#define KEY_PLAY	207
#define KEY_FASTFORWARD	    208

#define KEY_PLAY	0x197
#define KEY_FASTFORWARD	    0x19b

which one is where?


  CC     drivers/input/input.o
                 from input.c:31:
In file included from input.c:32:
include/linux/input.h:457: warning: `KEY_PLAY' redefined
include/linux/input.h:310: warning: this is the location of the previous definition
include/linux/input.h:461: warning: `KEY_FASTFORWARD' redefined
include/linux/input.h:311: warning: this is the location of the previous definition


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-07-24 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-24 14:48 2.5.28 (linus' bk): conflicting KEY_xxx macros Alex Riesen
2002-07-24 14:57 ` Thunder from the hill
2002-07-24 15:03   ` Larry McVoy
2002-07-24 17:48     ` Vojtech Pavlik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.