Commit Diff


commit - c46f623d6fa79786560cca5c3b555b0649c9ae34
commit + e298b83b92b663d17b5143d8b3d10d8ff46e5773
blob - 8c3c44b4a09b0fe80500e104f6b244efe6a50051
blob + a802f87bfe4e366efa63e244812c4c3f073f6709
--- src/portab/portabtest.c
+++ 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.2 2002/03/12 15:19:12 alex Exp $
+ * $Id: portabtest.c,v 1.3 2002/03/12 21:47:40 alex Exp $
  *
  * portabtest.c: Testprogramm fuer portab.h
  */
@@ -38,7 +38,7 @@ GLOBAL INT main( VOID )
 	}
 	else puts( "ok." );
 
-	puts( "- system type: "TARGET_OS"/"TARGET_CPU );
+	puts( "- system type: "TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS );
 
 	return ret;
 } /* main */