Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv21463/src/ngircd
Modified Files:
io.c
Log Message:
io.c: try to cut down the number of ifdefs.
consolidate backend-specific helpers and
add empty statinc inle stubs in the ifndef case
to let the compiler remove the functions at compile time.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv12050/src/ngircd
Modified Files:
conf.c conf.h ngircd.c
Log Message:
Do not exit unconditionally if config file cannot be opened
ngircd will exit if the config file cannot be opened. While
thats okay if ngircd starts up for the first time, it isn't
when we are re-reading the config file after a /REHASH or SIGHUP.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd
In directory Arthur:/tmp/cvs-serv12050
Modified Files:
ChangeLog
Log Message:
Do not exit unconditionally if config file cannot be opened
ngircd will exit if the config file cannot be opened. While
thats okay if ngircd starts up for the first time, it isn't
when we are re-reading the config file after a /REHASH or SIGHUP.
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.
Update of /srv/cvs/ngircd/ngircd/src/ngircd
In directory Arthur:/tmp/cvs-serv5783/src/ngircd
Modified Files:
conn-func.c
Log Message:
Fix #include's: search log.h locally, include string.h.
The latter is required because we include conn.h, which includes resolve.h,
which includes ng_ipaddr.h, which contains a macro using strlcpy() ...
Diff omitted, please use cvs directly or the web frontend located at
<http://arthur.ath.cx/cgi-bin/viewcvs.cgi/ngircd/>.