Deleted Added
full compact
yp.x (12677) yp.x (12690)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 20 unchanged lines hidden (view full) ---

29
30/*
31 * Protocol description file for the Yellow Pages Service
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 20 unchanged lines hidden (view full) ---

29
30/*
31 * Protocol description file for the Yellow Pages Service
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/
37%static char rcsid[] = "$Id$";
37%static char rcsid[] = "$Id: yp.x,v 1.2 1995/12/08 17:58:50 wpaul Exp $";
38%#endif /* not lint */
39#endif
40
41const YPMAXRECORD = 1024;
42const YPMAXDOMAIN = 64;
43const YPMAXMAP = 64;
44const YPMAXPEER = 64;
45

--- 191 unchanged lines hidden (view full) ---

237
238 bool
239 YPPROC_DOMAIN_NONACK(domainname) = 2;
240
241 ypresp_val
242 YPPROC_MATCH(ypreq_key) = 3;
243
244 ypresp_key_val
38%#endif /* not lint */
39#endif
40
41const YPMAXRECORD = 1024;
42const YPMAXDOMAIN = 64;
43const YPMAXMAP = 64;
44const YPMAXPEER = 64;
45

--- 191 unchanged lines hidden (view full) ---

237
238 bool
239 YPPROC_DOMAIN_NONACK(domainname) = 2;
240
241 ypresp_val
242 YPPROC_MATCH(ypreq_key) = 3;
243
244 ypresp_key_val
245#ifdef STUPID_SUN_BUG /* should be ypreq_nokey */
245 YPPROC_FIRST(ypreq_key) = 4;
246 YPPROC_FIRST(ypreq_key) = 4;
246
247#else
248 YPPROC_FIRST(ypreq_nokey) = 4;
249#endif
247 ypresp_key_val
248 YPPROC_NEXT(ypreq_key) = 5;
249
250 ypresp_xfr
251 YPPROC_XFR(ypreq_xfr) = 6;
252
253 void
254 YPPROC_CLEAR(void) = 7;

--- 47 unchanged lines hidden ---
250 ypresp_key_val
251 YPPROC_NEXT(ypreq_key) = 5;
252
253 ypresp_xfr
254 YPPROC_XFR(ypreq_xfr) = 6;
255
256 void
257 YPPROC_CLEAR(void) = 7;

--- 47 unchanged lines hidden ---