Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:47

- add missing prototype for lockmgr_printinfo()
This commit is contained in:
Peter Wemm 1997-03-25 16:35:07 +00:00
parent a1ce9d5c33
commit 01687822f0
2 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@ void lockinit __P((struct lock *, int prio, char *wmesg, int timo,
int flags));
int lockmgr __P((__volatile struct lock *, u_int flags,
struct simplelock *, struct proc *p));
void lockmgr_printinfo __P((struct lock *));
int lockstatus __P((struct lock *));
#ifdef SIMPLELOCK_DEBUG

View File

@ -158,6 +158,7 @@ void lockinit __P((struct lock *, int prio, char *wmesg, int timo,
int flags));
int lockmgr __P((__volatile struct lock *, u_int flags,
struct simplelock *, struct proc *p));
void lockmgr_printinfo __P((struct lock *));
int lockstatus __P((struct lock *));
#ifdef SIMPLELOCK_DEBUG