summaryrefslogtreecommitdiffstats
path: root/omusrmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'omusrmsg.c')
-rw-r--r--omusrmsg.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/omusrmsg.c b/omusrmsg.c
index 43b6ebe2..0d848eb2 100644
--- a/omusrmsg.c
+++ b/omusrmsg.c
@@ -76,6 +76,14 @@ CODESTARTfreeInstance
ENDfreeInstance
+BEGINdbgPrintInstInfo
+ register int i;
+CODESTARTdbgPrintInstInfo
+ for (i = 0; i < MAXUNAMES && *f->f_un.f_uname[i]; i++)
+ printf("%s, ", f->f_un.f_uname[i]);
+ENDdbgPrintInstInfo
+
+
static jmp_buf ttybuf;
static void endtty()