summaryrefslogtreecommitdiffstats
path: root/lockd/lockd_clnt.stp
diff options
context:
space:
mode:
Diffstat (limited to 'lockd/lockd_clnt.stp')
-rw-r--r--lockd/lockd_clnt.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lockd/lockd_clnt.stp b/lockd/lockd_clnt.stp
index 040f07f..09c4cf4 100644
--- a/lockd/lockd_clnt.stp
+++ b/lockd/lockd_clnt.stp
@@ -117,6 +117,7 @@ function nmsproc:string(proc:long)
snprintf(THIS->__retvalue, MAXSTRINGLEN, "%s", procstr);
%}
+/*
function nlm_host:string(_req:long)
%{
char buf[MAXSTRINGLEN];
@@ -130,6 +131,7 @@ function nlm_host:string(_req:long)
CATCH_DEREF_FAULT();
%}
+*/
function nlm_res_status:long(_req:long)
%{
struct nlm_rqst *req = (struct nlm_rqst *)(long) kread(&(THIS->_req));