And a little more...

This commit is contained in:
mycroft 1997-10-11 22:19:12 +00:00
parent bfa2e15a32
commit db43b6b7a0

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpc_tblout.c,v 1.5 1997/10/11 22:16:45 mycroft Exp $ */
/* $NetBSD: rpc_tblout.c,v 1.6 1997/10/11 22:19:12 mycroft Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI";
#else
__RCSID("$NetBSD: rpc_tblout.c,v 1.5 1997/10/11 22:16:45 mycroft Exp $");
__RCSID("$NetBSD: rpc_tblout.c,v 1.6 1997/10/11 22:19:12 mycroft Exp $");
#endif
#endif
@ -58,8 +58,8 @@ static char tbl_hdr[] = "struct rpcgen_table %s_table[] = {\n";
static char tbl_end[] = "};\n";
static char null_entry[] = "\t(char *(*)())0,\n\
\t(xdrproc_t) xdr_void,\t\t0,\n\
\t(xdrproc_t) xdr_void,\t\t0,\n";
\t(xdrproc_t)xdr_void,\t\t0,\n\
\t(xdrproc_t)xdr_void,\t\t0,\n";
static char tbl_nproc[] = "int %s_nproc =\n\tsizeof(%s_table)/sizeof(%s_table[0]);\n\n";