From de94e49f069c9f5f362278b6c1a64e6e0c077541 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 30 Aug 2009 20:10:41 -0500 Subject: [PATCH] escape the class name in io.files.info --- basis/io/files/info/unix/openbsd/openbsd.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/files/info/unix/openbsd/openbsd.factor b/basis/io/files/info/unix/openbsd/openbsd.factor index 7f23324fec..6c334b8d62 100644 --- a/basis/io/files/info/unix/openbsd/openbsd.factor +++ b/basis/io/files/info/unix/openbsd/openbsd.factor @@ -47,6 +47,6 @@ M: openbsd statvfs>file-system-info ( file-system-info statvfs -- file-system-in M: openbsd file-systems ( -- seq ) f 0 0 getfsstat dup io-error - statfs dup dup length 0 getfsstat io-error - statfs heap-size group + \ statfs dup dup length 0 getfsstat io-error + \ statfs heap-size group [ f_mntonname>> alien>native-string file-system-info ] map ;