From 5145ba33ec23c19f84c0d56dc182ea90f7a437d6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Apr 2012 23:22:09 +0000 Subject: NFS update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4657 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/nfs/rpc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/fs/nfs/rpc.h') diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h index 8a9b72303..29bebbf4d 100644 --- a/nuttx/fs/nfs/rpc.h +++ b/nuttx/fs/nfs/rpc.h @@ -221,12 +221,12 @@ struct rpcclnt #endif void *rc_auth; - struct rpc_program * rc_prog; + struct rpc_program *rc_prog; //char *rc_servername; int rc_proctlen; /* if == 0 then rc_proct == NULL */ - int * rc_proct; + int *rc_proct; }; /**************************************************************************** -- cgit v1.2.3