Add a few missing cratom() calls. In particular the code in kern_exec()
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 8 Aug 2003 21:47:49 +0000 (21:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 8 Aug 2003 21:47:49 +0000 (21:47 +0000)
commit115ccd8372f03e3ee23054252e381ee934b53f73
tree6ddd2d58c4050d590f271ea926770ac50de9bd9d
parentb07fc55cdbdce5098331ff63d340562243a27a65
Add a few missing cratom() calls.  In particular the code in kern_exec()
was modifying the svuid of the parent process when a child exec()'d, which
broke the 'man' program (and probably other things).

Reported-by: Jeroen Ruigrok/asmodai <asmodai@wxs.nl>
sys/kern/kern_exec.c
sys/kern/kern_prot.c