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)
Fri, Nov 15, 1:15 PM
Unknown Object (File)
Wed, Nov 6, 4:05 PM
Unknown Object (File)
Oct 16 2024, 4:59 AM
Unknown Object (File)
Oct 12 2024, 10:35 AM
Unknown Object (File)
Oct 5 2024, 11:42 AM
Unknown Object (File)
Oct 1 2024, 11:40 PM
Unknown Object (File)
Sep 19 2024, 7:13 PM
Unknown Object (File)
Sep 15 2024, 8:23 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.