diff options
Diffstat (limited to 'sunrpc/rpcsvc/mount.x')
-rw-r--r-- | sunrpc/rpcsvc/mount.x | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sunrpc/rpcsvc/mount.x b/sunrpc/rpcsvc/mount.x index 7e0d7f3ad6..310b4ca542 100644 --- a/sunrpc/rpcsvc/mount.x +++ b/sunrpc/rpcsvc/mount.x @@ -8,23 +8,23 @@ * may copy or modify Sun RPC without charge, but are not authorized * to license or distribute it to anyone else except as part of a product or * program developed by the user. - * + * * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * + * * Sun RPC is provided with no support and without any obligation on the * part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. - * + * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC * OR ANY PART THEREOF. - * + * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. - * + * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 @@ -45,10 +45,10 @@ const FHSIZE = 32; /* size in bytes of a file handle */ * or a directory. The file handle can contain whatever information the * server needs to distinguish an individual file. */ -typedef opaque fhandle[FHSIZE]; +typedef opaque fhandle[FHSIZE]; /* - * If a status of zero is returned, the call completed successfully, and + * If a status of zero is returned, the call completed successfully, and * a file handle for the directory follows. A non-zero status indicates * some sort of error. The status corresponds with UNIX error numbers. */ @@ -101,18 +101,18 @@ struct exportnode { program MOUNTPROG { /* * Version one of the mount protocol communicates with version two - * of the NFS protocol. The only connecting point is the fhandle + * of the NFS protocol. The only connecting point is the fhandle * structure, which is the same for both protocols. */ version MOUNTVERS { /* * Does no work. It is made available in all RPC services - * to allow server reponse testing and timing + * to allow server response testing and timing */ void MOUNTPROC_NULL(void) = 0; - /* + /* * If fhs_status is 0, then fhs_fhandle contains the * file handle for the directory. This file handle may * be used in the NFS protocol. This procedure also adds @@ -120,12 +120,12 @@ program MOUNTPROG { * the directory. * Unix authentication required. */ - fhstatus + fhstatus MOUNTPROC_MNT(dirpath) = 1; /* - * Returns the list of remotely mounted filesystems. The - * mountlist contains one entry for each hostname and + * Returns the list of remotely mounted filesystems. The + * mountlist contains one entry for each hostname and * directory pair. */ mountlist |