diff options
| author | Constantin Jucovschi <cj@ubuntu.localdomain> | 2009-04-24 07:20:22 -0400 |
|---|---|---|
| committer | Constantin Jucovschi <cj@ubuntu.localdomain> | 2009-04-24 07:20:22 -0400 |
| commit | 8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 (patch) | |
| tree | bd328a4dd4f92d32202241b5e3a7f36177792c5f /clientcomm/rpcif_clnt.c.awk_dec2 | |
| download | rasdaman-upstream-8.0.tar.gz rasdaman-upstream-8.0.tar.xz rasdaman-upstream-8.0.zip | |
Initial commitv8.0
Diffstat (limited to 'clientcomm/rpcif_clnt.c.awk_dec2')
| -rw-r--r-- | clientcomm/rpcif_clnt.c.awk_dec2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clientcomm/rpcif_clnt.c.awk_dec2 b/clientcomm/rpcif_clnt.c.awk_dec2 new file mode 100644 index 0000000..33de2e0 --- /dev/null +++ b/clientcomm/rpcif_clnt.c.awk_dec2 @@ -0,0 +1,8 @@ +/if.*clnt.*SUCCESS.*/ { + split($0, parts, ","); + print parts[1] ", " parts[2] ", (xdrproc_t)" parts[3] ", (caddr_t)" parts[4] ", (xdrproc_t)" parts[5] ", (caddr_t)" parts[6] ", " parts[7] + next; + } + { + print $0; + } |
