openbsd defined a struct with freebsd in the name. oops.....

db4
Doug Coleman 2009-09-01 14:18:29 -05:00
parent 26cc551049
commit eb98b49d74
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ arrays io.files.info.unix classes.struct struct-arrays
io.encodings.utf8 ; io.encodings.utf8 ;
IN: io.files.unix.openbsd 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 io-size sync-writes sync-reads async-writes async-reads
owner ; 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 M: openbsd file-system-statfs
\ statfs <struct> [ statfs io-error ] keep ; \ statfs <struct> [ statfs io-error ] keep ;