Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69293
b: refs/heads/master
c: 7f4adef
h: refs/heads/master
i:
  69291: a128198
v: v3
  • Loading branch information
Adrian Bunk authored and Trond Myklebust committed Oct 9, 2007
1 parent 62982ba commit 5984962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 67f97d83bfcca9d9f8fbeeb14e7c644a82b24e12
refs/heads/master: 7f4adeff6fa32ff46f148110c4f08130175c8da8
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/rpcb_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ enum {
#define RPCB_MAXOWNERLEN sizeof(RPCB_OWNER_STRING)

static void rpcb_getport_done(struct rpc_task *, void *);
extern struct rpc_program rpcb_program;
static struct rpc_program rpcb_program;

struct rpcbind_args {
struct rpc_xprt * r_xprt;
Expand Down Expand Up @@ -666,7 +666,7 @@ static struct rpc_version *rpcb_version[] = {

static struct rpc_stat rpcb_stats;

struct rpc_program rpcb_program = {
static struct rpc_program rpcb_program = {
.name = "rpcbind",
.number = RPCBIND_PROGRAM,
.nrvers = ARRAY_SIZE(rpcb_version),
Expand Down

0 comments on commit 5984962

Please sign in to comment.