Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 11:29:11 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/kbd kbd.c
Message-ID:  <200909221129.n8MBTRmu029202@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-09-22 11:29:11 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/kbd          kbd.c 
  Log:
  SVN rev 197400 on 2009-09-22 11:29:11Z by ed
  
  Use an unsigned integer for storing the key code.
  
  It seems Clang breaks when checking for SPCLKEY, which is now
  0x80000000. Using an unsigned integer fixes this. This is also
  consistent with other pieces of kbd/syscons code, because these also use
  u_int.
  
  Submitted by:   rdivacky
  
  Revision  Changes    Path
  1.52      +1 -1      src/sys/dev/kbd/kbd.c



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