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