- Notifications
You must be signed in to change notification settings - Fork4.9k
Commited011d9
committed
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.
Defining this symbol causes OS X 10.5 to use a buggy version of readdir(),which can sometimes fail with EINVAL if the previously-fetched directoryentry has been deleted or renamed. In later OS X versions that bug hasbeen repaired, but we still don't need the #define because it's on bydefault. So this is just an all-around bad idea, and we can do without it.1 parent71812a9 commited011d9
3 files changed
+11
-4
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11092 | 11092 |
| |
11093 | 11093 |
| |
11094 | 11094 |
| |
| 11095 | + | |
| 11096 | + | |
| 11097 | + | |
| 11098 | + | |
| 11099 | + | |
11095 | 11100 |
| |
11096 | 11101 |
| |
11097 | 11102 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1205 | 1205 |
| |
1206 | 1206 |
| |
1207 | 1207 |
| |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1208 | 1213 |
| |
1209 | 1214 |
| |
1210 | 1215 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
833 | 833 |
| |
834 | 834 |
| |
835 | 835 |
| |
836 |
| - | |
837 |
| - | |
838 |
| - | |
839 |
| - | |
| 836 | + | |
840 | 837 |
| |
841 | 838 |
| |
842 | 839 |
| |
|
0 commit comments
Comments
(0)