]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/venti.h
venti: fix memory layers
[plan9front.git] / sys / include / venti.h
index e4677c1a30317a4400ee7b6e2cc2f70a3598ae99..dff553b4c8cbd573853b8991e973a8a22879a460 100644 (file)
@@ -207,10 +207,10 @@ int vtscorefmt(Fmt*);
  * error-checking malloc et al.
  */
 void   vtfree(void *);
-void*  vtmalloc(int);
-void*  vtmallocz(int);
-void*  vtrealloc(void *p, int);
-void*  vtbrk(int n);
+void*  vtmalloc(ulong);
+void*  vtmallocz(ulong);
+void*  vtrealloc(void *p, ulong);
+void*  vtbrk(ulong);
 char*  vtstrdup(char *);
 
 /*