X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fportab%2Fportabtest.c;h=f5e4a5e7c00558b8f9993c260ca28232ea11b7f5;hp=14cbc0086d0bdb736382391578ad7887e5340fdd;hb=f7327524fce6a7db28850c8b8b8f0e99d0b2402b;hpb=e74ee37db56077606bf19ad7ff6cd509f4a17953 diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c index 14cbc008..f5e4a5e7 100644 --- a/src/portab/portabtest.c +++ b/src/portab/portabtest.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: portabtest.c,v 1.4 2002/05/27 13:01:40 alex Exp $ + * $Id: portabtest.c,v 1.5 2002/05/30 16:52:20 alex Exp $ * * portabtest.c: Testprogramm fuer portab.h */ @@ -39,7 +39,7 @@ main( VOID ) } else puts( "ok." ); - puts( "- system type: "TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS ); + printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); return ret; } /* main */