aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 16:54:25 +0000
committerrsc <devnull@localhost>2005-02-11 16:54:25 +0000
commit5a2237bb22df7c8838e36aa5b19e7c0272061c8b (patch)
treebc172fcff172436faff801f5b4ebd177e8702277 /src/cmd/acid
parent80568494de9003c3c85cd1e07ece44066760b67b (diff)
downloadplan9port-5a2237bb22df7c8838e36aa5b19e7c0272061c8b.tar.gz
plan9port-5a2237bb22df7c8838e36aa5b19e7c0272061c8b.tar.bz2
plan9port-5a2237bb22df7c8838e36aa5b19e7c0272061c8b.zip
tweak
Diffstat (limited to 'src/cmd/acid')
-rw-r--r--src/cmd/acid/acid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h
index 95f768e8..9ac983b3 100644
--- a/src/cmd/acid/acid.h
+++ b/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);