Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2005 23:47:36 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200501292347.j0TNlaMv054837@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501292347.j0TNlaMv054837>