cvs commit: src/sys/kern kern_exec.c

Bruce Evans bde at FreeBSD.org
Sat Dec 27 20:18:15 PST 2003


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


More information about the cvs-src mailing list