diff options
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 929be460244c..d9d61c2dbe00 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -488,7 +488,7 @@ void lockinit(lkp, prio, wmesg, timo, flags) struct lock *lkp; int prio; - char *wmesg; + const char *wmesg; int timo; int flags; { |
