Page MenuHomeFreeBSD

kqueue: Make kn_sfflags unsigned
ClosedPublic

Authored by des on Wed, Feb 18, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 22, 1:33 PM
Unknown Object (File)
Sat, Feb 21, 3:27 PM
Unknown Object (File)
Sat, Feb 21, 10:47 AM
Unknown Object (File)
Sat, Feb 21, 10:29 AM
Unknown Object (File)
Sat, Feb 21, 6:01 AM
Unknown Object (File)
Sat, Feb 21, 4:54 AM
Unknown Object (File)
Fri, Feb 20, 11:28 PM
Unknown Object (File)
Fri, Feb 20, 9:55 PM
Subscribers

Details

Summary

This is used to hold a copy of the original fflags, which is unsigned.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Wed, Feb 18, 3:09 PM
This revision is now accepted and ready to land.Wed, Feb 18, 3:13 PM

You might fix the type of the second parameter to timer2sbintime() as well.

This revision now requires review to proceed.Wed, Feb 18, 3:18 PM
This revision is now accepted and ready to land.Wed, Feb 18, 3:43 PM
This revision was automatically updated to reflect the committed changes.