Skip to content

Commit

Permalink
Fix CMSG alignment in Mac OS X 10.5 SDK
Browse files Browse the repository at this point in the history
FUSE uses a socket pair to pass the FUSE device file descriptor to the
file system process. Control messages created using the CMSG macros in
the Mac OS X 10.5 SDK are not properly aligned. This resulted in 32 bit
file systems being unresponsive on 64 bit Macs.
  • Loading branch information
bfleischer committed Mar 15, 2017
1 parent 0affad3 commit a55aa46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuse
Submodule fuse updated from 84bc52 to 7e4281
2 changes: 1 addition & 1 deletion support

0 comments on commit a55aa46

Please sign in to comment.