Bill Paul 813907f9ec Invoke rpcgen with -C so that headers are created with ANSI prototypes.
Note: this may cause some problems in a few cases. With very old versions
of rpcgen, if you defined a procedure called foo, then rpcen would create
client stubs for function foo_1() and server stubs _also_ with function
foo_1(). This only worked because of the lack of ANSI prototypes: the
client side stub takes different arguments than the server side stub.
(The client side takes a CLIENT * handle, while the server side wants
an svc_req *.)

To fix this conflict, rpcgen in ANSI mode generates foo_1() for the client
and foo_1_svc() for the server. RPC server code that depends on the old
behavior might break because of this. (Fixing it is just a matter of
adding the _svc suffix onto the server procedure names.)
1998-01-19 17:19:09 +00:00
..
1997-09-27 04:30:50 +00:00
1994-09-24 21:49:20 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1997-09-27 04:30:50 +00:00
1997-03-11 11:15:46 +00:00
1994-05-24 09:57:34 +00:00
1995-05-30 05:05:38 +00:00
1996-10-31 14:41:30 +00:00
1994-05-24 09:57:34 +00:00
1997-02-23 09:21:14 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-08-21 04:03:58 +00:00
1995-05-30 05:05:38 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1994-05-24 09:57:34 +00:00
1997-02-23 09:21:14 +00:00
1997-04-14 13:33:20 +00:00
1997-02-23 09:21:14 +00:00