Deleted Added
full compact
rquota.x (1832) rquota.x (21673)
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 char rcsid[] = "$Id: rquota.x,v 1.1 1993/09/14 17:42:49 jtc Exp $";
10%static char rcsid[] = "$FreeBSD: head/include/rpcsvc/rquota.x 21673 1997-01-14 07:20:47Z jkh $";
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 ---
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 ---