From d9de7beb995a1158e5701d397467e028ff55fe77 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 10 Aug 2006 21:50:40 +0000 Subject: [PATCH] declare-ubik-client-20060810 Declare ubik_client in rpcgen. I don't like this fix but I hope it's just temporary until someone fixes the include dependencies. --- src/rxgen/rpc_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rxgen/rpc_main.c b/src/rxgen/rpc_main.c index 38d9b3ebd..483f17fd9 100644 --- a/src/rxgen/rpc_main.c +++ b/src/rxgen/rpc_main.c @@ -478,6 +478,7 @@ h_output(char *infile, char *define, int extend, char *outfile, int append) f_print(fout, "#ifndef SOCK_DGRAM /* XXXXX */\n"); f_print(fout, "#include \"h/socket.h\"\n"); f_print(fout, "#endif\n"); + f_print(fout, "struct ubik_client;\n"); f_print(fout, "#ifndef DTYPE_SOCKET /* XXXXX */\n"); f_print(fout, "#ifndef AFS_LINUX22_ENV\n"); f_print(fout, "#include \"h/file.h\"\n"); -- 2.39.5