Searched hist:157816 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/inetd/
H A DMakefilediff 157816 Mon Apr 17 18:35:58 MDT 2006 dwmalone Port 37 (RFC 738) style times are supposed to be a 32 bit time since
1900 in network byte order. Use a uint32_t to calculate and send
the time, so that we don't need to know how big ints or longs are.

I used uint32_t instead of int in the patch, on the off chance
someone uses our inetd source on a system that doesnt 32 bit ints.

PR: 95290
Submitted by: Bruce Becker <hostmaster@whois.gts.net>
MFC after: 2 weeks
H A Dbuiltins.cdiff 157816 Mon Apr 17 18:35:58 MDT 2006 dwmalone Port 37 (RFC 738) style times are supposed to be a 32 bit time since
1900 in network byte order. Use a uint32_t to calculate and send
the time, so that we don't need to know how big ints or longs are.

I used uint32_t instead of int in the patch, on the off chance
someone uses our inetd source on a system that doesnt 32 bit ints.

PR: 95290
Submitted by: Bruce Becker <hostmaster@whois.gts.net>
MFC after: 2 weeks

Completed in 57 milliseconds