summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nlminfo.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-10-26 07:18:37 +0000
committerglebius <glebius@FreeBSD.org>2005-10-26 07:18:37 +0000
commitd9ad5313fd8fecf625cb947524ce3d56da1e7600 (patch)
tree3f4a9f5966afeecc321a52a8cf7599fb04dd68ff /sys/nfsclient/nlminfo.h
parent092974700594d831ce82e7ffa941f312151f3ef9 (diff)
downloadFreeBSD-src-d9ad5313fd8fecf625cb947524ce3d56da1e7600.zip
FreeBSD-src-d9ad5313fd8fecf625cb947524ce3d56da1e7600.tar.gz
- Fix leak of struct nlminfo on process exit.
- Fix malloc type collision, that made the above problem difficult to understand. Reported by: Vladimir Sharun <sharun ukr.net>
Diffstat (limited to 'sys/nfsclient/nlminfo.h')
-rw-r--r--sys/nfsclient/nlminfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsclient/nlminfo.h b/sys/nfsclient/nlminfo.h
index 3dc55b4..7d3e0ff 100644
--- a/sys/nfsclient/nlminfo.h
+++ b/sys/nfsclient/nlminfo.h
@@ -40,5 +40,3 @@ struct nlminfo {
int getlk_pid;
struct timeval pid_start; /* process starting time */
};
-
-extern void nlminfo_release(struct proc *p);
OpenPOWER on IntegriCloud