Page MenuHomeFreeBSD

loader: move bios getsecs into time.c
ClosedPublic

Authored by tsoome on Mar 19 2017, 10:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 19, 4:40 AM
Unknown Object (File)
Fri, Jul 17, 4:35 AM
Unknown Object (File)
Thu, Jul 16, 9:35 AM
Unknown Object (File)
Thu, Jul 16, 2:43 AM
Unknown Object (File)
Wed, Jul 15, 12:15 PM
Unknown Object (File)
Thu, Jul 9, 6:00 AM
Unknown Object (File)
Thu, Jul 9, 4:08 AM
Unknown Object (File)
Thu, Jul 9, 3:09 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 8152
Build 8368: 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.