tsgates / rust.ko

A minimal Linux kernel module written in rust.
896 stars 66 forks source link

Update to work with current rust master #1

Closed fhahn closed 10 years ago

fhahn commented 10 years ago

This pull request updates rust.ko to work with the current pre-release version of rust (master). Right now, I do not check, if the returned Options are None in fixup.rs, but I could change that.

Cheers