[BACK]Return to showmount.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / showmount

Diff for /src/usr.bin/showmount/showmount.c between version 1.23 and 1.24

version 1.23, 2018/04/26 12:42:51 version 1.24, 2022/01/28 06:18:42
Line 83 
Line 83 
 int     xdr_exports(XDR *, struct exportslist **);  int     xdr_exports(XDR *, struct exportslist **);
   
 /*  /*
  * This command queries the NFS mount daemon for it's mount list and/or   * This command queries the NFS mount daemon for its mount list and/or
  * it's exports list and prints them out.   * its exports list and prints them out.
  * See "NFS: Network File System Protocol Specification, RFC1094, Appendix A"   * See "NFS: Network File System Protocol Specification, RFC1094, Appendix A"
  * and the "Network File System Protocol XXX.."   * and the "Network File System Protocol XXX.."
  * for detailed information on the protocol.   * for detailed information on the protocol.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24