aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/acid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acid/acid.h')
-rw-r--r--src/cmd/acid/acid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h
index e58e9b13..d83d7c09 100644
--- a/src/cmd/acid/acid.h
+++ b/src/cmd/acid/acid.h
@@ -192,7 +192,7 @@ struct String
int len;
};
-int acidregsrw(Regs*, char*, ulong*, int);
+int acidregsrw(Regs*, char*, u64int*, int);
List* addlist(List*, List*);
void addvarsym(Fhdr*);
List* al(int);
@@ -263,7 +263,7 @@ String* strnode(char*);
String* strnodlen(char*, int);
#define system acidsystem
char* system(void);
-int trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
+int trlist(Map*, Regs*, u64int, u64int, Symbol*, int);
void unwind(void);
void userinit(void);
void varreg(void);