Some minor adaptions

This commit is contained in:
ceriel
1987-10-15 12:59:03 +00:00
parent 93e08cb946
commit 5c7379738b
4 changed files with 8 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ extern bcopy();
#define BUGFIX 0
#endif
extern char *sbrk();
extern char *sbrk(), *brk();
static char *bottom, *top;
static grow(len)