yp.x (a4add9a9b110cb5deed00bf9cf7ca970daae2da7) | yp.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf) |
---|---|
1/* @(#)yp.x 2.1 88/08/01 4.0 RPCSRC */ 2 3/* 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * unrestricted use provided that this legend is included on all tape 6 * media and as a part of the software program in whole or part. Users 7 * may copy or modify Sun RPC without charge, but are not authorized 8 * to license or distribute it to anyone else except as part of a product or --- 20 unchanged lines hidden (view full) --- 29 * Mountain View, California 94043 30 */ 31 32/* 33 * Protocol description file for the Yellow Pages Service 34 */ 35 36#ifndef RPC_HDR | 1/* @(#)yp.x 2.1 88/08/01 4.0 RPCSRC */ 2 3/* 4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 5 * unrestricted use provided that this legend is included on all tape 6 * media and as a part of the software program in whole or part. Users 7 * may copy or modify Sun RPC without charge, but are not authorized 8 * to license or distribute it to anyone else except as part of a product or --- 20 unchanged lines hidden (view full) --- 29 * Mountain View, California 94043 30 */ 31 32/* 33 * Protocol description file for the Yellow Pages Service 34 */ 35 36#ifndef RPC_HDR |
37%#ifndef lint 38%static const char rcsid[] = 39% "$FreeBSD$"; 40%#endif /* not lint */ | 37%#include <sys/cdefs.h> 38%__FBSDID("$FreeBSD$"); |
41#endif 42 43const YPMAXRECORD = 1024; 44const YPMAXDOMAIN = 64; 45const YPMAXMAP = 64; 46const YPMAXPEER = 64; 47 48 --- 331 unchanged lines hidden --- | 39#endif 40 41const YPMAXRECORD = 1024; 42const YPMAXDOMAIN = 64; 43const YPMAXMAP = 64; 44const YPMAXPEER = 64; 45 46 --- 331 unchanged lines hidden --- |