git: mouse.h - Change to be not per-architecture.
    Antonio Huete Jimenez 
    tuxillo at crater.dragonflybsd.org
       
    Thu Oct 28 05:52:22 PDT 2010
    
    
  
commit 627702456fbcd9eec7cc73ce0a0c4b527af0b188
Author: Antonio Huete Jimenez <tuxillo at 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
    
    
More information about the Commits
mailing list