From 2fc68b6d8ebc0479318fa9764bfaa7ff58165fc3 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 22 Nov 2011 14:09:52 -0500 Subject: mailfs: small fixes and plan 9 support R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044 --- src/cmd/upas/nfs/a.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmd/upas/nfs/a.h') diff --git a/src/cmd/upas/nfs/a.h b/src/cmd/upas/nfs/a.h index f30e51c1..bca2c962 100644 --- a/src/cmd/upas/nfs/a.h +++ b/src/cmd/upas/nfs/a.h @@ -6,6 +6,7 @@ #include #include #include <9p.h> +#include enum { @@ -44,3 +45,5 @@ extern Imap *imap; #define erealloc realloc #define estrdup strdup +#pragma varargck type "$" Sx* +#pragma varargck type "Z" char* -- cgit v1.2.3