From ef6dfc27c47cc39216c7fd950dfc0b2caeba8e19 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 12 Oct 2008 20:03:17 +0000 Subject: Downgrade XXX to a Note for fgetsock() and fputsock(). MFC after: 3 days --- sys/kern/kern_descrip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_descrip.c') diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 3c0858c..f3dd227 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -2150,7 +2150,7 @@ fgetvp_write(struct thread *td, int fd, struct vnode **vpp) * We bump the ref count on the returned socket. XXX Also obtain the SX lock * in the future. * - * XXXRW: fgetsock() and fputsock() are deprecated, as consumers should rely + * Note: fgetsock() and fputsock() are deprecated, as consumers should rely * on their file descriptor reference to prevent the socket from being free'd * during use. */ @@ -2183,7 +2183,7 @@ fgetsock(struct thread *td, int fd, struct socket **spp, u_int *fflagp) * Drop the reference count on the socket and XXX release the SX lock in the * future. The last reference closes the socket. * - * XXXRW: fputsock() is deprecated, see comment for fgetsock(). + * Note: fputsock() is deprecated, see comment for fgetsock(). */ void fputsock(struct socket *so) -- cgit v1.1