From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- include/auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/auth.h') diff --git a/include/auth.h b/include/auth.h index d03d2607..77f40d66 100644 --- a/include/auth.h +++ b/include/auth.h @@ -40,7 +40,7 @@ enum ARrpcfailure, ARphase, - AuthRpcMax = 4096, + AuthRpcMax = 4096 }; struct AuthRpc @@ -108,7 +108,7 @@ typedef struct Attr Attr; enum { AttrNameval, /* name=val -- when matching, must have name=val */ AttrQuery, /* name? -- when matching, must be present */ - AttrDefault, /* name:=val -- when matching, if present must match INTERNAL */ + AttrDefault /* name:=val -- when matching, if present must match INTERNAL */ }; struct Attr { -- cgit v1.2.3