Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 1998 22:39:06 +0100 (MET)
From:      Guido van Rooij <guido@gvr.org>
To:        FreeBSD-hackers@FreeBSD.ORG (FreeBSD-hackers)
Subject:   socket ops
Message-ID:  <199801182139.WAA24386@gvr.gvr.org>

next in thread | raw e-mail | index | archive | help
I just found out that I cannot fchmod unix domain sockets.

This is because fchmod() calls getvnode() which fails if the vnode
passed is not of type vnode or type fifo. 
Is there a reason for this rationale?

-Guido



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801182139.WAA24386>