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)
Sat, Nov 8, 12:39 AM
Unknown Object (File)
Mon, Nov 3, 7:46 PM
Unknown Object (File)
Sat, Nov 1, 6:10 AM
Unknown Object (File)
Tue, Oct 28, 10:29 AM
Unknown Object (File)
Sun, Oct 26, 2:57 PM
Unknown Object (File)
Oct 6 2025, 10:07 AM
Unknown Object (File)
Sep 13 2025, 1:56 AM
Unknown Object (File)
Sep 8 2025, 4:17 PM
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.