summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-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