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

This commit is contained in:
Chad David 2002-04-12 05:16:27 +00:00
parent f972f99474
commit c4a7ba6e34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94480

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