X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fclient.c;h=00f9cc6c9b3db10e785b941deda9ad7ea0e20c5f;hb=57c7e2362284c8c9937f32944ec985b53b1b07d6;hp=bfc3a4f8af43aec4fe0390a9503ba34aecc0846e;hpb=939767d502c6e9e028c9ef2cfe132dd3bb312c22;p=ngircd-alex.git diff --git a/src/ngircd/client.c b/src/ngircd/client.c index bfc3a4f8..00f9cc6c 100644 --- a/src/ngircd/client.c +++ b/src/ngircd/client.c @@ -17,7 +17,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: client.c,v 1.73 2003/01/15 14:28:25 alex Exp $"; +static char UNUSED id[] = "$Id: client.c,v 1.75 2004/01/17 03:17:49 alex Exp $"; #include "imp.h" #include @@ -25,6 +25,7 @@ static char UNUSED id[] = "$Id: client.c,v 1.73 2003/01/15 14:28:25 alex Exp $"; #include #include #include +#include #include #include "conn.h" @@ -76,7 +77,7 @@ Client_Init( VOID ) if( ! This_Server ) { Log( LOG_EMERG, "Can't allocate client structure for server! Going down." ); - Log( LOG_ALERT, "%s exiting due to fatal errors!", PACKAGE ); + Log( LOG_ALERT, "%s exiting due to fatal errors!", PACKAGE_NAME ); exit( 1 ); }