diff options
author | rsc <devnull@localhost> | 2005-07-13 21:34:11 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-13 21:34:11 +0000 |
commit | a8ec4910fd7d67df09ca79179dff8a344cc13cf2 (patch) | |
tree | 9dbb20f00bd6ec3a3fee026473f43e85f49f5c77 /src/libsunrpc | |
parent | f462256db27f827590a5867e046d0bbbb8eb368a (diff) | |
download | plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.tar.gz plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.tar.bz2 plan9port-a8ec4910fd7d67df09ca79179dff8a344cc13cf2.zip |
apple
Diffstat (limited to 'src/libsunrpc')
-rw-r--r-- | src/libsunrpc/nfs3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsunrpc/nfs3.c b/src/libsunrpc/nfs3.c index a0180ae2..ee5f9850 100644 --- a/src/libsunrpc/nfs3.c +++ b/src/libsunrpc/nfs3.c @@ -115,7 +115,7 @@ static struct { }; void -nfs3errstr(SunStatus status) +nfs3errstr(Nfs3Status status) { int i; |