cvs commit: src/sys/kern uipc_socket2.c vfs_export.c

Scott Long scottl at FreeBSD.org
Sat Jul 26 00:23:26 PDT 2003


scottl      2003/07/26 00:23:24 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket2.c vfs_export.c 
  Log:
  Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a
  value of 512 in LINT.  This keeps gcc from complaining.
  
  Revision  Changes    Path
  1.114     +2 -0      src/sys/kern/uipc_socket2.c
  1.324     +2 -0      src/sys/kern/vfs_export.c


More information about the cvs-src mailing list