bootparam_prot.x (702665c7549098704e4a4476d476323d7f3c66c8) | bootparam_prot.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf) |
---|---|
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 * --- 33 unchanged lines hidden (view full) --- 42%#include <sys/time.h> 43%#include <sys/errno.h> 44%#include <sys/param.h> 45%#include <sys/syslimits.h> 46#else 47%#ifndef lint 48%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ 49%/*static char sccsid[] = "from: @(#)bootparam_prot.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 * --- 33 unchanged lines hidden (view full) --- 42%#include <sys/time.h> 43%#include <sys/errno.h> 44%#include <sys/param.h> 45%#include <sys/syslimits.h> 46#else 47%#ifndef lint 48%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ 49%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ |
50%static const char rcsid[] = 51% "$FreeBSD$"; | |
52%#endif /* not lint */ | 50%#endif /* not lint */ |
51%#include <sys/cdefs.h> 52%__FBSDID("$FreeBSD$"); |
|
53#endif 54 55const MAX_MACHINE_NAME = 255; 56const MAX_PATH_LEN = 1024; 57const MAX_FILEID = 32; 58const IP_ADDR_TYPE = 1; 59 60typedef string bp_machine_name_t<MAX_MACHINE_NAME>; --- 42 unchanged lines hidden --- | 53#endif 54 55const MAX_MACHINE_NAME = 255; 56const MAX_PATH_LEN = 1024; 57const MAX_FILEID = 32; 58const IP_ADDR_TYPE = 1; 59 60typedef string bp_machine_name_t<MAX_MACHINE_NAME>; --- 42 unchanged lines hidden --- |