summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/stdinc.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-15 01:56:49 +0000
committerrsc <devnull@localhost>2004-03-15 01:56:49 +0000
commit3d77c87e81bf16aeaf52ba0f523af6708c5c4964 (patch)
tree203efc00dc66aaef99a91197dba77ce88edfd0dd /src/cmd/vac/stdinc.h
parent333c1dccc2f9af67b9c3d8513cca492d022fab4f (diff)
downloadplan9port-3d77c87e81bf16aeaf52ba0f523af6708c5c4964.tar.gz
plan9port-3d77c87e81bf16aeaf52ba0f523af6708c5c4964.zip
Vac works.
Diffstat (limited to 'src/cmd/vac/stdinc.h')
-rw-r--r--src/cmd/vac/stdinc.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/cmd/vac/stdinc.h b/src/cmd/vac/stdinc.h
index aca405fc..bf72d3fd 100644
--- a/src/cmd/vac/stdinc.h
+++ b/src/cmd/vac/stdinc.h
@@ -1,8 +1,5 @@
#include <u.h>
#include <libc.h>
-
-#include "venti.h"
-
-typedef uvlong u64int;
-typedef uchar u8int;
-typedef ushort u16int;
+#include <thread.h>
+#include <venti.h>
+#include <libsec.h>