- struct sockaddr_in ndm_saddr; /* Address of file server */
- char ndm_host[MAXHOSTNAMELEN];/* Host name for mount pt */
- char *ndm_path; /* path name for mount pt */
- char *ndm_mntfrom; /* mntfromname for mount pt */
- u_int32_t ndm_nfsv3; /* NFSv3 or NFSv2? */
- u_int32_t ndm_sotype; /* SOCK_STREAM or SOCK_DGRAM? */
- u_int32_t ndm_fhlen; /* length of file handle */
- u_char ndm_fh[NFSX_V3FHMAX]; /* The file's file handle */
+ struct sockaddr_in ndm_saddr; /* Address of file server */
+ char ndm_host[MAXHOSTNAMELEN];/* Host name for mount pt */
+ char *ndm_path; /* path name for mount pt */
+ char *ndm_mntfrom; /* mntfromname for mount pt */
+ u_int32_t ndm_nfsv3; /* NFSv3 or NFSv2? */
+ u_int32_t ndm_sotype; /* SOCK_STREAM or SOCK_DGRAM? */
+ u_int32_t ndm_fhlen; /* length of file handle */
+ u_char ndm_fh[NFSX_V3FHMAX]; /* The file's file handle */