diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-08-23 15:13:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-08-23 15:13:04 +0000 |
commit | 0524dddbb47afe6401d850e20f85445f0856fbd7 (patch) | |
tree | 31bcebd2b74420f4bd02aec3159735d52d287174 /driver/xf86-input-magellan/src | |
parent | 8d17b735fec7976a70ee300e255392549154234f (diff) |
xf86-input-magellan 1.2.0
Diffstat (limited to 'driver/xf86-input-magellan/src')
-rw-r--r-- | driver/xf86-input-magellan/src/magellan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-magellan/src/magellan.h b/driver/xf86-input-magellan/src/magellan.h index 88ac77efd..5a81f838c 100644 --- a/driver/xf86-input-magellan/src/magellan.h +++ b/driver/xf86-input-magellan/src/magellan.h @@ -68,7 +68,7 @@ MAGELLANState; #define MagellanNibble(Value) (Value&0x0F) -#define milisleep(ms) xf86usleep (ms * 1000) +#define milisleep(ms) usleep (ms * 1000) typedef struct _MagellanPrivateRec { |