Date: Sat, 27 Dec 2003 20:18:13 -0800 (PST) From: Bruce Evans <bde@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: <200312280418.hBS4IDNR098987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/12/27 20:18:13 PST FreeBSD src repository Modified files: sys/kern kern_exec.c Log: Fixed some disordering in revs.1.194 and 1,196. Moved the exceve() syscall function back to near the beginning of the file. Rev.1.194 moved it into the middle of auxiliary functions following kern_execve(). Moved the __mac_execve() syscall function up together with execve(). It was new in rev1.1.196 and perfectly misplaced after execve(). Revision Changes Path 1.234 +55 -55 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312280418.hBS4IDNR098987>