From 01687822f07897dd6c2b0371e5149fc57a54e8f2 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 25 Mar 1997 16:35:07 +0000 Subject: [PATCH] Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:47 - add missing prototype for lockmgr_printinfo() --- sys/sys/lock.h | 1 + sys/sys/lockmgr.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/sys/lock.h b/sys/sys/lock.h index 0457c6814d1b..89774d2ed2f8 100644 --- a/sys/sys/lock.h +++ b/sys/sys/lock.h @@ -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 diff --git a/sys/sys/lockmgr.h b/sys/sys/lockmgr.h index 0457c6814d1b..89774d2ed2f8 100644 --- a/sys/sys/lockmgr.h +++ b/sys/sys/lockmgr.h @@ -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