Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Sun, 10 Dec 2000 00:43:35 +0000 (00:43 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sun, 10 Dec 2000 00:43:35 +0000 (00:43 +0000)
commit87076072135f04bcd4d068af96368f4939c5404e
tree7ee586c3711edd89675be461c2fa3dc65d166184
parentb355f27c70bd153bfd2c5d79ed6c1e72309d5f73
Author: Kev <klmitch@mit.edu>
Log message:

Now we're using the struct iovec stuff.

Status: probably stable

Testing needed:

This patch makes some changes to some OS-specific code that I cannot test;
the new code needs to be compiled on several different platforms and a
report of any warnings or errors during compile-time or of any problems
under very heavy load needs to be made.  In making such reports, make sure
you report the system type (uname -a output), and also report the results
of "ls -l ircd/ircd_osdep.c"

Testing done:

It's been tested and seems to work under Linux 2.2.16-3.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@331 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
12 files changed:
ChangeLog
include/ircd_osdep.h
include/msgq.h
include/s_bsd.h
ircd/msgq.c
ircd/os_bsd.c
ircd/os_generic.c
ircd/os_linux.c
ircd/os_solaris.c
ircd/s_bsd.c
ircd/s_serv.c
ircd/send.c