diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2004-02-11 23:11:12 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2004-02-11 23:11:12 +0000 |
| commit | c7a61a03e88429ad6929960e7a3793665d31d9fd (patch) | |
| tree | 3e1346aab632a376f15851b97962df8dd9089456 /sys/compat | |
| parent | ea81a634b585bff4c8befaddf52b013058f479bd (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/ndis/subr_ntoskrnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c index 769ac0e8b347d..f0aa088c0c832 100644 --- a/sys/compat/ndis/subr_ntoskrnl.c +++ b/sys/compat/ndis/subr_ntoskrnl.c @@ -655,7 +655,7 @@ ntoskrnl_waitforobjs(cnt, obj, wtype, reason, mode, if (error || wtype == WAITTYPE_ANY) break; - if (*timeout != NULL) { + if (timeout != NULL) { tv.tv_sec -= (t2.tv_sec - t1.tv_sec); tv.tv_usec -= (t2.tv_nsec - t1.tv_nsec) / 1000; } |
