darwin
This commit is contained in:
parent
4e3a81b98b
commit
d9ed72433f
@ -4,6 +4,8 @@
|
||||
#include <thread.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define err err9pserve /* Darwin x86 */
|
||||
|
||||
enum
|
||||
{
|
||||
STACK = 32768,
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#include <cursor.h>
|
||||
#undef isspace
|
||||
#define isspace proofisspace
|
||||
#define NPAGES 500
|
||||
#define NFONT 33
|
||||
#define NSIZE 40
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
#undef waitfor
|
||||
#define waitfor samwaitfor
|
||||
|
||||
#undef warn
|
||||
#define warn samwarn
|
||||
|
||||
/*
|
||||
* BLOCKSIZE is relatively small to keep memory consumption down.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user