rstat.x (0c96d7c634a58417abe3ed6d79d9a135a0a8ab4f) | rstat.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% 43%#endif /* ndef FSCALE */ 44 45#else 46 47%#ifndef lint 48%/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ 49%/*static char sccsid[] = "from: @(#)rstat.x 2.2 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% 43%#endif /* ndef FSCALE */ 44 45#else 46 47%#ifndef lint 48%/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/ 49%/*static char sccsid[] = "from: @(#)rstat.x 2.2 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 54#endif /* def RPC_HDR */ 55 56const RSTAT_CPUSTATES = 4; 57const RSTAT_DK_NDRIVE = 4; 58 59/* 60 * GMT since 0:00, January 1, 1970 --- 98 unchanged lines hidden --- | 53 54#endif /* def RPC_HDR */ 55 56const RSTAT_CPUSTATES = 4; 57const RSTAT_DK_NDRIVE = 4; 58 59/* 60 * GMT since 0:00, January 1, 1970 --- 98 unchanged lines hidden --- |