cvs commit: src/sys/kern uipc_syscalls.c

Mike Silbersack silby at FreeBSD.org
Thu Apr 8 00:14:34 PDT 2004


silby       2004/04/08 00:14:34 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  Fix a regression in my change which sends headers along with data; a
  side effect of that change caused headers to not be sent if a 0 byte
  file was passed to sendfile.  This change fixes that behavior, allowing
  sendfile to send out the headers even with a 0 byte file again.
  
  Noticed by:     Dirk Engling
  
  Revision  Changes    Path
  1.181     +8 -2      src/sys/kern/uipc_syscalls.c


More information about the cvs-src mailing list