Page MenuHomeFreeBSD

Remove unnecessary __DECONST().
ClosedPublic

Authored by jhb on Nov 2 2020, 8:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 6, 5:44 AM
Unknown Object (File)
Jun 30 2024, 5:00 PM
Unknown Object (File)
Jan 11 2024, 10:43 PM
Unknown Object (File)
Dec 20 2023, 8:42 AM
Unknown Object (File)
Nov 21 2023, 4:18 AM
Unknown Object (File)
Nov 7 2023, 3:31 AM
Unknown Object (File)
Oct 12 2023, 6:38 PM
Unknown Object (File)
Oct 6 2023, 2:29 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Nov 2 2020, 8:49 PM
jhb created this revision.

I added these recently in the WARNS=6 fixes, but I can't actually see why I was getting the warnings unless I had a really old cryptodev.h installed in the test VM. I made the relevant fields in the ioctl structs const in rS318090. I did verify this compiles fine on an up-to-date head.

This revision is now accepted and ready to land.Nov 2 2020, 10:15 PM
This revision was automatically updated to reflect the committed changes.