Actions
Bug #4306
closedrpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd
Start date:
2013-11-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The rpc_svc_calls(3nsl) man page contains this mess:
bool_t svc_sendreply(const SVCXPRT *xprt, const xdrproc_t outproc, caddr_t outint svc_max_pollfd;
The prototype of svc_sendreply() is not complete and svc_max_pollfd global variable should be put on a separate line.
Updated by Marcel Telka over 8 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Marcel Telka over 8 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 8 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 67c6b9aa14d625ebd5b266131566d95298d2d993
commit 67c6b9aa14d625ebd5b266131566d95298d2d993 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2014-11-24T21:41:39.000Z 4306 rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions