Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 09:54:10 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/kbdmux kbdmux.c src/sys/dev/usb ugen.c uhid.c
Message-ID:  <200807240954.m6O9savD023951@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-07-24 09:54:10 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/kbd          kbd.c 
    sys/dev/kbdmux       kbdmux.c 
    sys/dev/usb          ugen.c uhid.c 
  Log:
  SVN rev 180777 on 2008-07-24 09:54:10Z by ed
  
  Don't include <sys/tty.h> in non-TTY drivers.
  
  The kbd, kbdmux, ugen and uhid drivers included <sys/tty.h>, because
  they needed clists, which have been moved to <sys/clist.h> some time
  ago. In the MPSAFE TTY branch, <sys/tty.h> does not include
  <sys/clist.h>, which means we have to teach these drivers to include
  this header file directly.
  
  Approved by:    philip (mentor, implicit)
  
  Revision  Changes    Path
  1.48      +2 -1      src/sys/dev/kbd/kbd.c
  1.17      +1 -1      src/sys/dev/kbdmux/kbdmux.c
  1.112     +1 -1      src/sys/dev/usb/ugen.c
  1.97      +2 -1      src/sys/dev/usb/uhid.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807240954.m6O9savD023951>