diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2002-03-05 17:45:12 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2002-03-05 17:45:12 +0000 |
| commit | 04858e7ee40f86dcf42c8d299abeed3e3883d2ae (patch) | |
| tree | 32e5852021483ed98f7c92205f86769f94c079e1 /sys/kern/kern_lock.c | |
| parent | df140f7277ec40d62a071c28753ca0815c98c702 (diff) | |
Notes
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; { |
