summary refs log tree commit diff
path: root/src/portab
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-05-30 16:52:20 +0000
committerAlexander Barton <alex@barton.de>2002-05-30 16:52:20 +0000
commitf7327524fce6a7db28850c8b8b8f0e99d0b2402b (patch)
tree98442a62d53f76c5de3f1949ca5b1c36b4fbe83d /src/portab
parente74ee37db56077606bf19ad7ff6cd509f4a17953 (diff)
downloadngircd-f7327524fce6a7db28850c8b8b8f0e99d0b2402b.tar.gz
ngircd-f7327524fce6a7db28850c8b8b8f0e99d0b2402b.zip
- Weitere Anpassungen an pre-ANSI-Compiler.
Diffstat (limited to 'src/portab')
-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 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 */