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)
Tue, Mar 17, 2:26 PM
Unknown Object (File)
Tue, Mar 17, 2:25 PM
Unknown Object (File)
Tue, Mar 17, 2:25 PM
Unknown Object (File)
Tue, Mar 17, 2:25 PM
Unknown Object (File)
Tue, Mar 17, 2:12 PM
Unknown Object (File)
Tue, Mar 10, 8:33 PM
Unknown Object (File)
Sat, Mar 7, 9:59 AM
Unknown Object (File)
Feb 26 2026, 3:30 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.