diff --git a/unix/os/zfiobf.c b/unix/os/zfiobf.c index 5aa00c466..9c9fff022 100644 --- a/unix/os/zfiobf.c +++ b/unix/os/zfiobf.c @@ -767,7 +767,7 @@ vm_connect (void) "vmclient (%s): open server connection `%s' -> ", vm_client, osfn); - ZOPNND (osfn, &acmode, &fd); + ZOPNND ((PKCHAR *)osfn, &acmode, &fd); if (fd == XERR) { if (vm_debug) fprintf (stderr, "failed\n");