Deleted Added
full compact
rquota.x (23037) rquota.x (26208)
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$";
10%static char rcsid[] = "$Id: rquota.x,v 1.1 1994/08/04 19:01:50 wollman Exp $";
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 ---