Page MenuHomeFreeBSD

ANSIfy kern_proc.c
ClosedPublic

Authored by emaste on May 20 2016, 7:59 PM.
Tags
None
Referenced Files
F172333730: D6478.diff
Thu, Sep 17, 7:29 PM
Unknown Object (File)
Sat, Sep 12, 2:54 AM
Unknown Object (File)
Fri, Sep 11, 9:31 AM
Unknown Object (File)
Thu, Sep 10, 2:27 PM
Unknown Object (File)
Tue, Sep 8, 2:27 PM
Unknown Object (File)
Sun, Sep 6, 4:17 PM
Unknown Object (File)
Sun, Sep 6, 2:20 PM
Unknown Object (File)
Sun, Sep 6, 12:39 PM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to ANSIfy kern_proc.c.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: kib.
emaste added inline comments.
sys/kern/kern_proc.c
438

This came from a semi-mechanical ANSIfication; should we just drop register at the same time?

kib edited edge metadata.
kib added inline comments.
sys/kern/kern_proc.c
438

Yes, please drop 'register'.

This revision is now accepted and ready to land.May 20 2016, 8:16 PM
emaste edited edge metadata.

drop 'register'
ANSIfy functions missed on the first go around

This revision now requires review to proceed.May 20 2016, 8:56 PM
sys/kern/kern_proc.c
358

oops! will delete ;

This revision was automatically updated to reflect the committed changes.