cvs commit: src/sys/vm vm_mmap.c

Tom Rhodes trhodes at FreeBSD.org
Fri Apr 21 07:17:27 UTC 2006


trhodes     2006-04-21 07:17:25 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  It seems that POSIX would rather ENODEV returned in place of EINVAL when
  trying to mmap() an fd that isn't a normal file.
  
  Reference: http://www.opengroup.org/onlinepubs/009695399/functions/mmap.html
  Submitted by:   fanf
  
  Revision  Changes    Path
  1.205     +1 -1      src/sys/vm/vm_mmap.c


More information about the cvs-src mailing list