1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/inetd
Xin LI 4d115fef9e Improves and cleanups over inetd(8):
- Teach inetd(8) about kqueue, originally implemented by jmg@[1].
 - Use new C99 style function prototypes instead of K&Rs.
 - Raise WARNS from 2 to 6

Glanced at by:	ru
MFC After:	2 weeks

[1] http://people.freebsd.org/~jmg/inetd.kq.patch,
    http://people.freebsd.org/~jmg/inetd.kq.html
2006-01-18 07:47:46 +00:00
..
builtins.c
inetd.8 inetd(8) requires that /etc/netconfig be present, and contain entries 2005-12-30 13:16:15 +00:00
inetd.c Improves and cleanups over inetd(8): 2006-01-18 07:47:46 +00:00
inetd.h Improves and cleanups over inetd(8): 2006-01-18 07:47:46 +00:00
Makefile Improves and cleanups over inetd(8): 2006-01-18 07:47:46 +00:00
pathnames.h