X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fngircd.c;h=6c544164e7bc2afe9de515cfb13fadee01583284;hb=7049b60af48382ce5f4623d32c5fca6d0c9f4fc5;hp=b78bed3aff06648d1db6f066699006edcd613d51;hpb=7633e2f8c3747d1c8ca6b642f0b390ebbed4690e;p=ngircd.git diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index b78bed3a..6c544164 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: ngircd.c,v 1.32 2002/03/12 14:37:52 alex Exp $ + * $Id: ngircd.c,v 1.33 2002/03/12 15:19:12 alex Exp $ * * ngircd.c: Hier beginnt alles ;-) */ @@ -271,7 +271,7 @@ GLOBAL CHAR *NGIRCd_VersionAddition( VOID ) #endif if( txt[0] ) strcat( txt, "-" ); - strcat( txt, P_OSNAME"/"P_ARCHNAME ); + strcat( txt, TARGET_OS"/"TARGET_CPU ); return txt; } /* NGIRCd_VersionAddition */