diff options
Diffstat (limited to 'include')
| -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 0864a775de2..a1c805d7f48 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -12,7 +12,7 @@ extern void unix_gc(void);  #define UNIX_HASH_SIZE	256 -extern atomic_t unix_tot_inflight; +extern unsigned int unix_tot_inflight;  struct unix_address {  	atomic_t	refcnt;  |