Deleted Added
full compact
31c31
< * $Id: kern_exec.c,v 1.28 1995/12/07 12:46:40 davidg Exp $
---
> * $Id: kern_exec.c,v 1.29 1995/12/09 04:29:11 peter Exp $
62c62
< int *exec_copyout_strings __P((struct image_params *));
---
> static int *exec_copyout_strings __P((struct image_params *));
70c70,71
< const struct execsw **execsw = (const struct execsw **)&execsw_set.ls_items[0];
---
> static const struct execsw **execsw =
> (const struct execsw **)&execsw_set.ls_items[0];