]> git.ozlabs.org Git - ccan/blob - ccan/nfs/rpc/nfsacl.x
nfs: spelling fixes.
[ccan] / ccan / nfs / rpc / nfsacl.x
1 /* deducted from wireshark traces */
2
3
4 program NFSACL_PROGRAM {
5         version NFSACL_V3 {
6         void      NFSACL3_NULL(void)    = 0;
7         } = 3;
8 } = 100227;