summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2018-04-14 04:04:39 +0000
committermrg <mrg@NetBSD.org>2018-04-14 04:04:39 +0000
commite8647e45d45d070d6fe347e1f138ce4e1abdd6cc (patch)
treeb4e1dd71b46b5609e73d19b15b2f0624a0d72ecd /sys/dev
parent7c6a1554a0e116425e50275d465ccc7753527ae4 (diff)
redo the previous -- compat/sys/siginfo.h is already included
later, as is another header. move them up near the top.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
3aa5e92bb0a6b095452b3bf98414'>That cast doesn't need to add const.uwe 2006-05-22Use proper cast instead of gagging gcc4 with -Wno-pointer-sign.uwe 2006-05-22apply -Wno-pointer-sign to tp.c.mrg 2005-06-07Add initialization of a local variable to appease -Wuninitialized.he 2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf 2004-02-24Fix some typos.wiz 2003-07-08#include <string.h> for memset and memcpy.uwe 2003-07-08"extra tokens at end of #endif directive".uwe 2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz 2003-01-03Used ioctl command WSMOUSEIO_GETID to identify touch panel device.takemura 2002-12-15Saved screen size (minX, maxX, minY, maxY) as well as calibration samples.takemura 2002-08-29Some grammar and mdoc improvements.wiz 2002-08-27Added touch panel calibration utility.takemura