cvs commit: src/sys/kern kern_exec.c

Maxim Sobolev sobomax at FreeBSD.org
Sat Jan 29 15:47:37 PST 2005


sobomax     2005-01-29 23:47:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  Fix small non-conformance introduced in the previous commit: execve() is
  expected to return ENAMETOOLONG, not E2BIG if first argument doesn't
  fit into {PATH_MAX} bytes.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.264     +4 -4      src/sys/kern/kern_exec.c


More information about the cvs-all mailing list