Author: davidxu
Date: Wed Feb 22 07:34:23 2012
New Revision: 231995
URL: http://svn.freebsd.org/changeset/base/231995
Log:
Fix typo.
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umtx.c
==============================================================================
--- head/sys/kern/kern_umtx.c Wed Feb 22 06:27:20 2012 (r231994)
+++ head/sys/kern/kern_umtx.c Wed Feb 22 07:34:23 2012 (r231995)
@@ -3303,7 +3303,7 @@ __umtx_op_wait_compat32(struct thread *t
{
struct timespec *ts, timeout;
int error;
- uint32_ flags;
+ uint32_t flags;
if (uap->uaddr2 == NULL)
ts = NULL;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"