|
Lines 219-225
Link Here
|
| 219 |
|
219 |
|
| 220 |
} |
220 |
} |
| 221 |
else { |
221 |
else { |
| 222 |
IXDR_PUT_LONG(buf,objp->pc_link_max); |
222 |
IXDR_PUT_U_INT32(buf,objp->pc_link_max); |
| 223 |
IXDR_PUT_SHORT(buf,objp->pc_max_canon); |
223 |
IXDR_PUT_SHORT(buf,objp->pc_max_canon); |
| 224 |
IXDR_PUT_SHORT(buf,objp->pc_max_input); |
224 |
IXDR_PUT_SHORT(buf,objp->pc_max_input); |
| 225 |
IXDR_PUT_SHORT(buf,objp->pc_name_max); |
225 |
IXDR_PUT_SHORT(buf,objp->pc_name_max); |
|
Lines 273-279
Link Here
|
| 273 |
|
273 |
|
| 274 |
} |
274 |
} |
| 275 |
else { |
275 |
else { |
| 276 |
objp->pc_link_max = IXDR_GET_LONG(buf); |
276 |
objp->pc_link_max = IXDR_GET_U_INT32(buf); |
| 277 |
objp->pc_max_canon = IXDR_GET_SHORT(buf); |
277 |
objp->pc_max_canon = IXDR_GET_SHORT(buf); |
| 278 |
objp->pc_max_input = IXDR_GET_SHORT(buf); |
278 |
objp->pc_max_input = IXDR_GET_SHORT(buf); |
| 279 |
objp->pc_name_max = IXDR_GET_SHORT(buf); |
279 |
objp->pc_name_max = IXDR_GET_SHORT(buf); |