Date: Thu, 26 Feb 2009 16:32:48 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <200902261633.n1QGX7tL095606@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-02-26 16:32:48 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: SVN rev 189076 on 2009-02-26 16:32:48Z by ed Remove unneeded pointer `ndp'. Inside do_execve(), we have a pointer `ndp', which always points to `&nd'. I can imagine a primitive (non-optimizing) compiler to really reserve space for such a pointer, so just remove the variable and use `&nd' directly. Revision Changes Path 1.329 +10 -11 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902261633.n1QGX7tL095606>