Deleted Added
full compact
1c1
< /* $Id: sysv_shm.c,v 1.12 1995/12/04 02:26:53 jkh Exp $ */
---
> /* $Id: sysv_shm.c,v 1.13 1995/12/07 12:46:55 davidg Exp $ */
67c67
< int oshmctl __P((struct proc *p, struct oshmctl_args *uap, int *retval));
---
> static int oshmctl __P((struct proc *p, struct oshmctl_args *uap, int *retval));
83,84c83,84
< vm_map_t sysvshm_map;
< int shm_last_free, shm_nused, shm_committed;
---
> static vm_map_t sysvshm_map;
> static int shm_last_free, shm_nused, shm_committed;
287c287
< int
---
> static int