From b1b752372f10c904d398f64266b3188703727736 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 20 Feb 2011 16:21:39 -0500 Subject: fix typo in inotify structure --- include/sys/inotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/inotify.h') 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 struct inotify_event { - int we; + int wd; uint32_t mask, cookie, len; char name[]; }; -- cgit v1.2.1