INSTALL: fix build on Snow Leopard
http://codereview.appspot.com/116073
This commit is contained in:
parent
a673ea2203
commit
fa662c9571
10 changed files with 30 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#if defined(__APPLE__)
|
||||
#define _DARWIN_NO_64_BIT_INODE /* Snow Leopard */
|
||||
#endif
|
||||
|
||||
#include <u.h>
|
||||
#define NOPLAN9DEFINES
|
||||
#include <libc.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue