Deleted Added
full compact
34c34
< * $Id: kern_proc.c,v 1.12 1995/12/02 18:58:49 bde Exp $
---
> * $Id: kern_proc.c,v 1.13 1995/12/07 12:46:47 davidg Exp $
68c68
< void pgdelete __P((struct pgrp *));
---
> static void pgdelete __P((struct pgrp *));
73c73
< struct uidinfo {
---
> static struct uidinfo {
79c79
< u_long uihash; /* size of hash table - 1 */
---
> static u_long uihash; /* size of hash table - 1 */
310c310
< void
---
> static void