cvs commit: src/sys/dev/sio sio.c

Peter Wemm peter at FreeBSD.org
Wed Apr 30 14:39:30 PDT 2003


peter       2003/04/30 14:39:29 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/sio          sio.c 
  Log:
  Eliminate a compiler warning with gcc3.3 on AMD64, where speed is
  a 32 bit int which can never be > ULONG_MAX / 8.  Its an 'always true'
  warning.
  
  Revision  Changes    Path
  1.397     +5 -1      src/sys/dev/sio/sio.c


More information about the cvs-all mailing list