]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Oct 2008 06:14:29 +0000 (01:14 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Oct 2008 06:14:29 +0000 (01:14 -0500)
1  2 
basis/unix/bsd/netbsd/netbsd.factor

index 9f9e9e5a716bc465f43ad56b3493031df46b970b,bd6bcc407abc40a4eafe05c2556d69d37e988406..149f35afce1e2fc3390d08650a99da32d16d8301
@@@ -14,22 -14,12 +14,12 @@@ C-STRUCT: addrinf
      { "addrinfo*" "next" } ;
  
  C-STRUCT: dirent
 -    { "ino_t" "d_fileno" }
 +    { "__uint32_t" "d_fileno" }
      { "__uint16_t" "d_reclen" }
 -    { "__uint16_t"  "d_namlen" }
      { "__uint8_t"  "d_type" }
 -    { { "char" 512 } "d_name" } ;
 +    { "__uint8_t"  "d_namlen" }
 +    { { "char" 256 } "d_name" } ;
  
- : DT_UNKNOWN       0 ; inline
- : DT_FIFO          1 ; inline
- : DT_CHR           2 ; inline
- : DT_DIR           4 ; inline
- : DT_BLK           6 ; inline
- : DT_REG           8 ; inline
- : DT_LNK          10 ; inline
- : DT_SOCK         12 ; inline
- : DT_WHT          14 ; inline
  : EPERM 1 ; inline
  : ENOENT 2 ; inline
  : ESRCH 3 ; inline