]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NET]: Kill stray reference to sock->passcred.
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2005 19:45:26 +0000 (12:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2005 19:45:26 +0000 (12:45 -0700)
That struct member was deleted, but a comment
was not updated to reflect this.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h

index 6d997ff3f10387a622d493a1c89adbe6cb9337e5..20cb226b22685fcd55428104c84b64ba14c4443c 100644 (file)
@@ -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;