Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109841996
D28067.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
359 B
Referenced Files
None
Subscribers
None
D28067.diff
View Options
diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c
--- a/sys/kern/kern_event.c
+++ b/sys/kern/kern_event.c
@@ -665,7 +665,7 @@
if (secs > (SBT_MAX / SBT_1S))
return (SBT_MAX);
#endif
- return (secs << 32 | US_TO_SBT(data % 1000000000));
+ return (secs << 32 | NS_TO_SBT(data % 1000000000));
}
return (NS_TO_SBT(data));
default:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 5:56 AM (6 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16589588
Default Alt Text
D28067.diff (359 B)
Attached To
Mode
D28067: kevent(2): wrong EVFILT_TIMER timeouts when using NOTE_NSECONDS
Attached
Detach File
Event Timeline
Log In to Comment