K 10 svn:author V 2 ed K 8 svn:date V 27 2009-02-26T16:32:48.961480Z K 7 svn:log V 255 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. END