darwin
This commit is contained in:
parent
4e3a81b98b
commit
d9ed72433f
3 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
#include <thread.h>
|
#include <thread.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#define err err9pserve /* Darwin x86 */
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
STACK = 32768,
|
STACK = 32768,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include <cursor.h>
|
#include <cursor.h>
|
||||||
#undef isspace
|
#undef isspace
|
||||||
|
#define isspace proofisspace
|
||||||
#define NPAGES 500
|
#define NPAGES 500
|
||||||
#define NFONT 33
|
#define NFONT 33
|
||||||
#define NSIZE 40
|
#define NSIZE 40
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@
|
||||||
#undef waitfor
|
#undef waitfor
|
||||||
#define waitfor samwaitfor
|
#define waitfor samwaitfor
|
||||||
|
|
||||||
|
#undef warn
|
||||||
|
#define warn samwarn
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* BLOCKSIZE is relatively small to keep memory consumption down.
|
* BLOCKSIZE is relatively small to keep memory consumption down.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue