Deleted Added
full compact
37c37
< * $Id: kern_lockf.c,v 1.3 1994/10/25 11:27:51 davidg Exp $
---
> * $Id: kern_lockf.c,v 1.4 1995/05/30 08:05:31 rgrimes Exp $
63a64,73
> static void lf_addblock __P((struct lockf *, struct lockf *));
> static int lf_clearlock __P((struct lockf *));
> static int lf_findoverlap __P((struct lockf *,
> struct lockf *, int, struct lockf ***, struct lockf **));
> static struct lockf *
> lf_getblock __P((struct lockf *));
> static int lf_getlock __P((struct lockf *, struct flock *));
> static int lf_setlock __P((struct lockf *));
> static void lf_split __P((struct lockf *, struct lockf *));
> static void lf_wakelock __P((struct lockf *));
160c170
< int
---
> static int
402c412
< int
---
> static int
471c481
< int
---
> static int
505c515
< struct lockf *
---
> static struct lockf *
535c545
< int
---
> static int
644c654
< void
---
> static void
673c683
< void
---
> static void
720c730
< void
---
> static void