X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_bsd.c;h=c9d6f76a4361f1496093867e9b83b07065ad68f7;hb=f4858b15c06391be73006c63b42aa1d31fd4c87e;hp=7e56cf0c8164bc189da8e1aae860a2857e758266;hpb=9ba21beb4e8832a9a4f7355c096af81637bfa3df;p=ircu2.10.12-pk.git diff --git a/ircd/s_bsd.c b/ircd/s_bsd.c index 7e56cf0..c9d6f76 100644 --- a/ircd/s_bsd.c +++ b/ircd/s_bsd.c @@ -97,6 +97,7 @@ const char* const REUSEADDR_ERROR_MSG = "error setting SO_REUSEADDR for %s: %s"; const char* const SELECT_ERROR_MSG = "select error for %s: %s"; const char* const SETBUFS_ERROR_MSG = "error setting buffer size for %s: %s"; const char* const SOCKET_ERROR_MSG = "error creating socket for %s: %s"; +const char* const TOS_ERROR_MSG = "error setting TOS for %s: %s"; #ifdef GODMODE