From 04e7fc91d05d47036d02f129195988272c146c79 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 24 Aug 2006 16:56:44 +0000 Subject: [PATCH] STABLE14-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. (cherry picked from commit d9de7beb995a1158e5701d397467e028ff55fe77) --- 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 75cf0a123..92b197bae 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