aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-05-23 12:45:26 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-23 12:45:26 -0700
commitdeaf2622bdc74270381873c7936c91500c683853 (patch)
tree24bb3032e728acc985c313537064c1d0b9aeee59 /include
parent[CRYPTO]: Only reschedule if !in_atomic() (diff)
downloadlinux-dev-deaf2622bdc74270381873c7936c91500c683853.tar.xz
linux-dev-deaf2622bdc74270381873c7936c91500c683853.zip
[NET]: Kill stray reference to sock->passcred.
That struct member was deleted, but a comment was not updated to reflect this. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h
index 6d997ff3f103..20cb226b2268 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -101,7 +101,6 @@ enum sock_type {
* @sk: internal networking protocol agnostic socket representation
* @wait: wait queue for several uses
* @type: socket type (%SOCK_STREAM, etc)
- * @passcred: credentials (used only in Unix Sockets (aka PF_LOCAL))
*/
struct socket {
socket_state state;