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)
Mon, Oct 6, 10:07 AM
Unknown Object (File)
Sat, Sep 13, 1:56 AM
Unknown Object (File)
Sep 8 2025, 4:17 PM
Unknown Object (File)
Sep 5 2025, 9:58 PM
Unknown Object (File)
Sep 2 2025, 10:20 AM
Unknown Object (File)
Aug 16 2025, 6:58 PM
Unknown Object (File)
Aug 11 2025, 6:57 PM
Unknown Object (File)
Aug 9 2025, 8:45 AM
Subscribers
None

Details

Summary

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

Diff Detail

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

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.