diff options
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index ca68e2cef230..2ee33da36a7a 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h | |||
| @@ -22,7 +22,7 @@ extern struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1]; | |||
| 22 | struct unix_address { | 22 | struct unix_address { |
| 23 | atomic_t refcnt; | 23 | atomic_t refcnt; |
| 24 | int len; | 24 | int len; |
| 25 | unsigned hash; | 25 | unsigned int hash; |
| 26 | struct sockaddr_un name[0]; | 26 | struct sockaddr_un name[0]; |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
