Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 9 Jul 2001 16:33:37 +0000 (16:33 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 9 Jul 2001 16:33:37 +0000 (16:33 +0000)
commit3f41f9d9261ceca571ecdf3f8f075c94b21281de
treee36c3d9247eede06803a76ff7daf5ae1ab8f9595
parent1a4ee46458df1e62691a514e8571dbf628a6e310
Author: Kev <klmitch@mit.edu>
Log message:

Stomp some warnings discovered on NetBSD, on an alpha running NetBSD, and
under -O1 instead of -O3.  Remaining: "statement with no affect" in an
assert on line 489 of fda.c; pointer type mismatch warning for calls to
getsockopt() in the engines--due to NetBSD's use of socklen_t, which may
not always be available.  The former could be solved by removing the
assert and testing the condition during the configure stage; the latter
could be solved by defining socklen_t ourselves at configure time.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@528 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
ircd/IPcheck.c
ircd/channel.c
ircd/client.c
ircd/ircd_log.c
ircd/m_away.c
ircd/m_map.c
ircd/os_bsd.c