Commit Diff


commit - 80568494de9003c3c85cd1e07ece44066760b67b
commit + 5a2237bb22df7c8838e36aa5b19e7c0272061c8b
blob - 95f768e824d22e254d4afa9182d6750480ddb5ec
blob + 9ac983b31cc5926696df7f3dca37b3829f3bc05f
--- src/cmd/acid/acid.h
+++ src/cmd/acid/acid.h
@@ -1,4 +1,6 @@
 /* acid.h */
+#undef OAPPEND
+
 enum
 {
 	Eof		= -1,
@@ -261,7 +263,6 @@ String*	strnode(char*);
 String*	strnodlen(char*, int);
 #define system acidsystem
 char*	system(void);
-Regs*	threadregs(uint);
 int	trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
 void	unwind(void);
 void	userinit(void);