Deleted Added
full compact
rquota.x (41557) rquota.x (50473)
1/*
2 * Remote quota protocol
3 * Requires unix authentication
4 */
5
6#ifndef RPC_HDR
7%#ifndef lint
8%/*static char sccsid[] = "from: @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
9%/*static char sccsid[] = "from: @(#)rquota.x 2.1 88/08/01 4.0 RPCSRC";*/
1/*
2 * Remote quota protocol
3 * Requires unix authentication
4 */
5
6#ifndef RPC_HDR
7%#ifndef lint
8%/*static char sccsid[] = "from: @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
9%/*static char sccsid[] = "from: @(#)rquota.x 2.1 88/08/01 4.0 RPCSRC";*/
10%static const char rcsid[] = "$Id: rquota.x,v 1.4 1997/05/28 04:38:20 wpaul Exp $";
10%static const char rcsid[] =
11% "$FreeBSD: head/include/rpcsvc/rquota.x 50473 1999-08-27 23:45:13Z peter $";
11%#endif /* not lint */
12#endif
13
14const RQ_PATHLEN = 1024;
15
16struct getquota_args {
17 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
18 int gqa_uid; /* inquire about quota for uid */

--- 48 unchanged lines hidden ---
12%#endif /* not lint */
13#endif
14
15const RQ_PATHLEN = 1024;
16
17struct getquota_args {
18 string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */
19 int gqa_uid; /* inquire about quota for uid */

--- 48 unchanged lines hidden ---