freebsd-nq/usr.sbin/inetd
John Baldwin 1078172a77 Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes
a size_t as its 3rd argument, which is 64-bits on the alpha.  The 'len'
variable used was a int, which is only 32-bits.  Use size_t as the type
for 'len' to work-around this.
2000-05-30 18:32:58 +00:00
..
builtins.c Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes 2000-05-30 18:32:58 +00:00
inetd.8 Clarify the use of the auth service's -d option for specifying 2000-04-26 10:40:35 +00:00
inetd.c Make sure to use IPv4 mapped IPv6 address when mapped address is 2000-04-02 16:11:14 +00:00
inetd.h several tcp apps IPv6 update 2000-01-25 14:52:10 +00:00
Makefile Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCH 2000-02-09 09:04:36 +00:00
pathnames.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00