From 297cb5ef57aa246791162b19a11370d744662a12 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 1 Sep 2009 14:18:29 -0500 Subject: [PATCH] openbsd defined a struct with freebsd in the name. oops..... --- 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 3cf2863713..382ab3735c 100755 --- a/basis/io/files/info/unix/openbsd/openbsd.factor +++ b/basis/io/files/info/unix/openbsd/openbsd.factor @@ -8,11 +8,11 @@ arrays io.files.info.unix classes.struct struct-arrays io.encodings.utf8 ; IN: io.files.unix.openbsd -TUPLE: freebsd-file-system-info < unix-file-system-info +TUPLE: openbsd-file-system-info < unix-file-system-info io-size sync-writes sync-reads async-writes async-reads owner ; -M: openbsd new-file-system-info freebsd-file-system-info new ; +M: openbsd new-file-system-info openbsd-file-system-info new ; M: openbsd file-system-statfs \ statfs [ statfs io-error ] keep ;