aboutsummaryrefslogtreecommitdiff
path: root/include/sunrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sunrpc.h')
-rw-r--r--include/sunrpc.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/sunrpc.h b/include/sunrpc.h
index 4917e261..9dd9aba3 100644
--- a/include/sunrpc.h
+++ b/include/sunrpc.h
@@ -21,7 +21,7 @@ enum
SunAuthNone = 0,
SunAuthSys,
SunAuthShort,
- SunAuthDes,
+ SunAuthDes
};
typedef enum {
@@ -46,7 +46,7 @@ typedef enum {
SunAuthRejectedVerf,
SunAuthTooWeak,
SunAuthInvalidResp,
- SunAuthFailed,
+ SunAuthFailed
} SunStatus;
struct SunAuthInfo
@@ -78,7 +78,7 @@ struct SunRpc
u32int proc;
/* call */
- // uint proc;
+ /* uint proc; */
u32int prog, vers;
SunAuthInfo cred;
SunAuthInfo verf;
@@ -87,16 +87,16 @@ struct SunRpc
/* reply */
u32int status;
- // SunAuthInfo verf;
+ /* SunAuthInfo verf; */
u32int low, high;
- // uchar *data;
- // uint ndata;
+ /* uchar *data; */
+ /* uint ndata; */
};
typedef enum
{
SunCallTypeTNull,
- SunCallTypeRNull,
+ SunCallTypeRNull
} SunCallType;
struct SunCall
@@ -191,7 +191,7 @@ typedef struct SunSrv SunSrv;
enum
{
- SunStackSize = 32768,
+ SunStackSize = 32768
};
struct SunMsg
@@ -316,7 +316,7 @@ typedef enum
PortCallTDump,
PortCallRDump,
PortCallTCallit,
- PortCallRCallit,
+ PortCallRCallit
} PortCallType;
enum