repo: ngircd
action: commit
revision: 
path_from: 
revision_from: e298b83b92b663d17b5143d8b3d10d8ff46e5773:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit e298b83b92b663d17b5143d8b3d10d8ff46e5773
Author: Alexander Barton 
Date:   Tue Mar 12 21:47:40 2002 +0000

    - Informationen um "Vendor" ergaenzt.

diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c
index 8c3c44b4a09b0fe80500e104f6b244efe6a50051..
index ..a802f87bfe4e366efa63e244812c4c3f073f6709 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.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 */

-----END OF PAGE-----