Page MenuHomeFreeBSD

loader: move bios getsecs into time.c
ClosedPublic

Authored by tsoome on Mar 19 2017, 10:55 PM.
Tags
None
Referenced Files
F166701526: D10058.diff
Sat, Aug 15, 6:09 PM
Unknown Object (File)
Wed, Aug 12, 11:59 AM
Unknown Object (File)
Thu, Aug 6, 7:11 AM
Unknown Object (File)
Wed, Aug 5, 9:16 AM
Unknown Object (File)
Wed, Aug 5, 8:10 AM
Unknown Object (File)
Tue, Aug 4, 5:11 AM
Unknown Object (File)
Sat, Aug 1, 10:56 PM
Unknown Object (File)
Fri, Jul 31, 3:43 AM
Subscribers
None

Details

Summary

Move getsecs() into time.c where it belongs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8141
Build 8350: arc lint + arc unit

Event Timeline

gcc did complain about missing prototype for getsecs(), including net.h
alone is not enough, so I just did add local prototype. clang does not seem
to care...

This revision is now accepted and ready to land.Mar 28 2017, 9:35 PM
This revision was automatically updated to reflect the committed changes.