freebsd-dev/usr.sbin/inetd
David Malone e90fa6a937 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
2006-04-17 18:35:58 +00:00
..
builtins.c Port 37 (RFC 738) style times are supposed to be a 32 bit time since 2006-04-17 18:35:58 +00:00
inetd.8 Perform minor rewording and grammatical improvement. Add a missing Xr. 2006-02-04 22:17:38 +00:00
inetd.c Revert previous commit for now, which seems to have (re)introduced some 2006-01-18 19:38:43 +00:00
inetd.h Revert previous commit for now, which seems to have (re)introduced some 2006-01-18 19:38:43 +00:00
Makefile Port 37 (RFC 738) style times are supposed to be a 32 bit time since 2006-04-17 18:35:58 +00:00
pathnames.h Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software 2004-08-07 04:28:56 +00:00