From 7ce2007ce514e427bfd0b37bc79013d3425f4033 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 12 Feb 2006 22:23:45 +0000 Subject: more fixes --- src/cmd/upas/vf/vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/upas/vf') diff --git a/src/cmd/upas/vf/vf.c b/src/cmd/upas/vf/vf.c index 9d908150..bc8a7960 100644 --- a/src/cmd/upas/vf/vf.c +++ b/src/cmd/upas/vf/vf.c @@ -806,7 +806,7 @@ readmtypes(void) Mtype *m; Mtype **l; - b = Bopen(unsharp("#9/sys/lib/mimetype"), OREAD); + b = Bopen(unsharp("#9/lib/mimetype"), OREAD); if(b == nil) return; -- cgit v1.2.3