]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/rpc_parse.h
Update.
[thirdparty/glibc.git] / sunrpc / rpc_parse.h
index 07c1f678332144d2b7ba76caa2dbbe7c0d4c32fe..8d48c85a07db18f03fbdf486b0b06dcddde76d7b 100644 (file)
@@ -31,7 +31,7 @@
 /*      @(#)rpc_parse.h  1.3  90/08/29  (C) 1987 SMI   */
 
 /*
- * rpc_parse.h, Definitions for the RPCL parser 
+ * rpc_parse.h, Definitions for the RPCL parser
  */
 
 enum defkind {
@@ -50,7 +50,7 @@ enum relation {
        REL_VECTOR,     /* fixed length array */
        REL_ARRAY,      /* variable length array */
        REL_POINTER,    /* pointer */
-       REL_ALIAS,      /* simple */
+       REL_ALIAS       /* simple */
 };
 typedef enum relation relation;
 
@@ -113,7 +113,7 @@ struct arg_list {
        const char *argname; /* name of struct for arg*/
        decl_list *decls;
 };
-       
+
 typedef struct arg_list arg_list;
 
 struct proc_list {