cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h
Xin LI
delphij at FreeBSD.org
Tue Jan 17 23:47:47 PST 2006
delphij 2006-01-18 07:47:46 UTC
FreeBSD src repository
Modified files:
usr.sbin/inetd Makefile inetd.c inetd.h
Log:
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
Revision Changes Path
1.30 +1 -1 src/usr.sbin/inetd/Makefile
1.132 +135 -226 src/usr.sbin/inetd/inetd.c
1.15 +14 -0 src/usr.sbin/inetd/inetd.h
More information about the cvs-src
mailing list