summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-01-13 00:00:32 +0000
committerrwatson <rwatson@FreeBSD.org>2006-01-13 00:00:32 +0000
commita59d3457484341efb35f4943df0bfa2838f82ff2 (patch)
treec57b746c6096a1befa0de7c800b1ce892a1292a2
parentfa0bd53669fcf50d89a93de89c5f71531c65d421 (diff)
downloadFreeBSD-src-a59d3457484341efb35f4943df0bfa2838f82ff2.zip
FreeBSD-src-a59d3457484341efb35f4943df0bfa2838f82ff2.tar.gz
XXX a comment in uipc_usrreq.c that requires updating.
-rw-r--r--sys/kern/uipc_usrreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 45602e5..ba2c3a7 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -1270,6 +1270,8 @@ unp_freerights(struct file **rp, int fdcount)
* zero the pointer before calling
* unp_discard since it may end up
* in unp_gc()..
+ *
+ * XXXRW: This is less true than it used to be.
*/
*rp++ = 0;
unp_discard(fp);
OpenPOWER on IntegriCloud