Ticket #7537 (closed bug: invalid)
[PATCH] Incorrect Haskell type for ino_t on MacOS X 10.5
Description
I found a strange problem that System.Posix.Internals.fdStat reporting st_ino == 0 for any file. That was because __hscore_st_ino was assuming ino_t to be uint64_t while CIno being inferred to be Word32.
Here is my patch to fix this:
git fetch git://github.com/phonohawk/packages-base.git darwin-htype-ino_t
Change History
Note: See
TracTickets for help on using
tickets.
