From be9035753a3592bbba987792b193e476a5aaebd7 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 30 Aug 2009 10:02:32 -0500 Subject: [PATCH] fit typo --- basis/unix/stat/openbsd/openbsd.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/unix/stat/openbsd/openbsd.factor b/basis/unix/stat/openbsd/openbsd.factor index f326a5592d..5bf950fd4b 100644 --- a/basis/unix/stat/openbsd/openbsd.factor +++ b/basis/unix/stat/openbsd/openbsd.factor @@ -10,7 +10,7 @@ STRUCT: stat { st_nlink nlink_t } { st_uid uid_t } { st_gid gid_t } - { st_rdev dev_ti } + { st_rdev dev_t } { st_lspare0 int32_t } { st_atimespec timespec } { st_mtimespec timespec }