]> gitweb.factorcode.org Git - factor.git/commitdiff
fit typo
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 30 Aug 2009 15:02:32 +0000 (10:02 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 30 Aug 2009 15:02:32 +0000 (10:02 -0500)
basis/unix/stat/openbsd/openbsd.factor

index f326a5592d2e640742e2a104040433f34ea7c448..5bf950fd4b93d10f6516b657af8c6fffe17c4e1e 100644 (file)
@@ -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 }