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)
Thu, Feb 26, 3:30 AM
Unknown Object (File)
Feb 2 2026, 1:59 PM
Unknown Object (File)
Feb 2 2026, 11:28 AM
Unknown Object (File)
Jan 16 2026, 3:42 PM
Unknown Object (File)
Jan 16 2026, 6:37 AM
Unknown Object (File)
Jan 7 2026, 10:52 PM
Unknown Object (File)
Dec 27 2025, 2:20 PM
Unknown Object (File)
Dec 15 2025, 4:14 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.