about summary refs log tree commit diff
path: root/src/portab/portabtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/portabtest.c')
-rw-r--r--src/portab/portabtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c
index 29ea7f60..8c3c44b4 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.1 2002/03/12 14:36:44 alex Exp $
+ * $Id: portabtest.c,v 1.2 2002/03/12 15:19:12 alex Exp $
  *
  * portabtest.c: Testprogramm fuer portab.h
  */
@@ -38,7 +38,7 @@ GLOBAL INT main( VOID )
 	}
 	else puts( "ok." );
 
-	puts( "- system type: "P_OSNAME"/"P_ARCHNAME );
+	puts( "- system type: "TARGET_OS"/"TARGET_CPU );
 
 	return ret;
 } /* main */