Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192318
b: refs/heads/master
c: 9605a06
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed May 14, 2010
1 parent 79342d5 commit 13a578e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb8b27e504c0f0463535fea31b42bcaa393c3fb0
refs/heads/master: 9605a069f83d999e60cd57dc8010708fe08291c0
8 changes: 5 additions & 3 deletions trunk/include/linux/sunrpc/xdr.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
* include/linux/sunrpc/xdr.h
* XDR standard data types and function declarations
*
* Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
*
* Based on:
* RFC 4506 "XDR: External Data Representation Standard", May 2006
*/

#ifndef _SUNRPC_XDR_H_
Expand Down Expand Up @@ -62,7 +65,6 @@ struct xdr_buf {

unsigned int buflen, /* Total length of storage buffer */
len; /* Length of XDR encoded message */

};

/*
Expand Down Expand Up @@ -178,7 +180,7 @@ struct xdr_array2_desc {
};

extern int xdr_decode_array2(struct xdr_buf *buf, unsigned int base,
struct xdr_array2_desc *desc);
struct xdr_array2_desc *desc);
extern int xdr_encode_array2(struct xdr_buf *buf, unsigned int base,
struct xdr_array2_desc *desc);

Expand Down

0 comments on commit 13a578e

Please sign in to comment.