Deleted Added
full compact
1c1
< /* $Id: sysv_sem.c,v 1.9 1995/09/09 18:10:07 davidg Exp $ */
---
> /* $Id: sysv_sem.c,v 1.10 1995/10/21 19:49:59 bde Exp $ */
29c29,30
< static int semconfig __P((struct proc *p, struct semconfig_args *uap, int *retval));
---
> static int semconfig __P((struct proc *p, struct semconfig_args *uap,
> int *retval));
31,34c32,36
< struct sem_undo *semu_alloc __P((struct proc *p));
< int semundo_adjust __P((struct proc *p, struct sem_undo **supptr, int semid, int semnum, int adjval));
< void semundo_clear __P((int semid, int semnum));
< void semexit __P((struct proc *p));
---
> static struct sem_undo *semu_alloc __P((struct proc *p));
> static int semundo_adjust __P((struct proc *p, struct sem_undo **supptr,
> int semid, int semnum, int adjval));
> static void semundo_clear __P((int semid, int semnum));
> static void semexit __P((struct proc *p));
37c39
< sy_call_t *semcalls[] = {
---
> static sy_call_t *semcalls[] = {
42c44
< int semtot = 0;
---
> static int semtot = 0;
45,46c47,48
< struct map *semmap; /* semaphore allocation map */
< struct sem_undo *semu_list; /* list of active undo structures */
---
> static struct map *semmap; /* semaphore allocation map */
> static struct sem_undo *semu_list; /* list of active undo structures */
151c153
< struct sem_undo *
---
> static struct sem_undo *
221c223
< int
---
> static int
288c290
< void
---
> static void
866c868
< void
---
> static void