Update the prototype for lockinit to reflect that wmesg is a const char *.
This commit is contained in:
parent
4a064bd33a
commit
a783cc12f6
@ -41,7 +41,7 @@
|
||||
.In sys/types.h
|
||||
.In sys/lockmgr.h
|
||||
.Ft void
|
||||
.Fn lockinit "struct lock *lkp" "int prio" "char *wmesg" "int timo" "int flags"
|
||||
.Fn lockinit "struct lock *lkp" "int prio" "const char *wmesg" "int timo" "int flags"
|
||||
.Ft void
|
||||
.Fn lockdestroy "struct lock *lkp"
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user