cvs commit: src/sys/kern sys_generic.c

Colin Percival cperciva at FreeBSD.org
Thu Feb 10 20:19:17 GMT 2005


cperciva    2005-02-10 20:19:17 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_generic.c 
  Log:
  Declare "cnt" (a number of bytes to read or write) as an "ssize_t", not
  as a "long" in dofileread() and dofilewrite().
  
  Discussed with: jhb
  
  Revision  Changes    Path
  1.143     +4 -2      src/sys/kern/sys_generic.c


More information about the cvs-src mailing list