projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c920378
)
(pargdef): Function must take pointer to object.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000
(09:17 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 28 Aug 2001 09:17:24 +0000
(09:17 +0000)
sunrpc/rpc_hout.c
patch
|
blob
|
history
diff --git
a/sunrpc/rpc_hout.c
b/sunrpc/rpc_hout.c
index
a12810c
..
076d63c
100644
(file)
--- a/
sunrpc/rpc_hout.c
+++ b/
sunrpc/rpc_hout.c
@@
-190,7
+190,7
@@
pargdef (definition * def)
}
f_print (fout, "};\n");
f_print (fout, "typedef struct %s %s;\n", name, name);
- storexdrfuncdecl (name,
0
);
+ storexdrfuncdecl (name,
1
);
f_print (fout, "\n");
}
}