summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused/mouse_protocols.c
AgeCommit message (Collapse)Author
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
unnecessary for these files, delete. ok espie@
2002-09-06do not use //Theo de Raadt
2002-02-15complete paranoiaTheo de Raadt
2002-02-15KNFTheo de Raadt
2001-09-20Jumbo wsmoused cosmeto:Miod Vallat
- fix some cosmetic bugs - improves some code paths - generalizes the use of stderr, and uses errx/warnx whenevr possible - converts wsmoused.c to KNF ok jbm@
2001-08-13Wall cleanupPeter Valchev
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-04-14Userland daemon for wscons console mouse features.Aaron Campbell