diff options
| -rw-r--r-- | include/sys/inotify.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/sys/inotify.h b/include/sys/inotify.h index 59644ef3..921a19ca 100644 --- a/include/sys/inotify.h +++ b/include/sys/inotify.h @@ -8,7 +8,7 @@ extern "C" {  #include <stdint.h>  struct inotify_event { -	int we; +	int wd;  	uint32_t mask, cookie, len;  	char name[];  }; | 
