Update the prototype for lockinit to reflect that wmesg is a const char *.

This commit is contained in:
davidc 2002-04-12 05:16:27 +00:00
parent 4a064bd33a
commit a783cc12f6

View File

@ -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