pkgsrc/parallel/pvm3/patches/patch-ay

17 lines
703 B
Text
Raw Normal View History

$NetBSD: patch-ay,v 1.5 2004/11/12 10:45:45 adam Exp $
2002-11-09 12:28:41 +01:00
--- console/cmds.c.orig 2004-01-14 18:46:20.000000000 +0000
+++ console/cmds.c
@@ -1419,9 +1419,9 @@ conf_cmd(ac, av)
if (!pvm_config(&nhosts, &narchs, &hostlist)) {
printf("%d host%s, %d data format%s\n",
nhosts, (nhosts > 1 ? "s" : ""), narchs, (narchs > 1 ? "s" : ""));
- fputs(" HOST DTID ARCH SPEED DSIG\n", stdout);
+ fputs(" HOST DTID ARCH SPEED DSIG\n", stdout);
for (i = 0; i < nhosts; i++)
- printf("%24s %8x %8s%8d 0x%08x\n",
+ printf("%24s %8x %12s%8d 0x%08x\n",
hostlist[i].hi_name,
hostlist[i].hi_tid,
hostlist[i].hi_arch,