Browse Source

+ added some comments to the else/endif directives to make it easier to figure
out their corresponding ifdef

git-svn-id: trunk@41826 -

nickysn 6 years ago
parent
commit
122888741c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/bsd/ostypes.inc

+ 2 - 2
rtl/bsd/ostypes.inc

@@ -95,7 +95,7 @@ TYPE
         st_mode       : mode_t;            // inode protection mode
         st_nlink      : nlink_t;           // number of hard links
         st_ino        : ino_t;             // inode's number
-{$else}
+{$else not darwin_new_iostructs}
 {$ifdef netbsd_use_stat30}
      { order is inverted for better alignment probably }
         st_mode       : mode_t;            // inode protection mode
@@ -107,7 +107,7 @@ TYPE
 {$endif not openbsd}
 {$endif not netbsd}
         st_nlink      : nlink_t;           // number of hard links
-{$endif}
+{$endif not darwin_new_iostructs}
         st_uid        : uid_t;             // user ID of the file's owner
         st_gid        : gid_t;             // group ID of the file's group
         st_rdev       : dev_t;             // device type