git: mouse.h - Change to be not per-architecture.

看板DFBSD_commit作者時間15年前 (2010/11/20 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 627702456fbcd9eec7cc73ce0a0c4b527af0b188 Author: Antonio Huete Jimenez <tuxillo@quantumachine.net> Date: Tue Oct 12 01:11:07 2010 +0200 mouse.h - Change to be not per-architecture. As mouse.h was the same file in both architectures, and there is no reason to have it per-platform, it has been put in sys/ Summary of changes: share/man/man4/man4.i386/mse.4 | 2 +- share/man/man4/mouse.4 | 2 +- share/man/man4/psm.4 | 2 +- share/man/man4/sysmouse.4 | 2 +- sys/dev/misc/mse/mse.c | 2 +- sys/dev/misc/syscons/scmouse.c | 2 +- sys/dev/misc/syscons/sysmouse.c | 2 +- sys/dev/usbmisc/ums/ums.c | 2 +- sys/platform/pc64/include/mouse.h | 337 ---------------------------- sys/{platform/pc32/include => sys}/mouse.h | 13 +- usr.sbin/moused/moused.c | 2 +- 11 files changed, 15 insertions(+), 353 deletions(-) delete mode 100644 sys/platform/pc64/include/mouse.h rename sys/{platform/pc32/include => sys}/mouse.h (97%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/627702456fbcd9eec7cc73ce0a0c4b527af0b188 -- DragonFly BSD source repository
文章代碼(AID): #1CvoKx0B (DFBSD_commit)