projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1533303
)
[NET]: Kill stray reference to sock->passcred.
author
David S. Miller
<davem@davemloft.net>
Mon, 23 May 2005 19:45:26 +0000
(12:45 -0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/net.h
b/include/linux/net.h
index 6d997ff3f10387a622d493a1c89adbe6cb9337e5..20cb226b22685fcd55428104c84b64ba14c4443c 100644
(file)
--- 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;