]> gitweb.factorcode.org Git - factor.git/commitdiff
type name consistency
authorJack Lucas <silverbeard@protonmail.com>
Sun, 10 Feb 2019 08:28:28 +0000 (03:28 -0500)
committerJack Lucas <silverbeard@protonmail.com>
Sun, 10 Feb 2019 08:28:28 +0000 (03:28 -0500)
basis/unix/ffi/freebsd/freebsd.factor

index 06b5fab6517b7047be28f1f0963e31970e260f26..820e050344040804f53ef043722c9e933e5f32aa 100644 (file)
@@ -22,8 +22,8 @@ STRUCT: dirent
     { d_reclen __uint16_t }
     { d_type uint8_t }
     { d_pad0 uint8_t }
-    { d_namlen u_int16_t }
-    { d_pad1 uint16_t }
+    { d_namlen __uint16_t }
+    { d_pad1 __uint16_t }
     { d_name char[256] } ;
 
 CONSTANT: SOL_SOCKET 0xffff