fix typo in inotify structure
authorRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000 (16:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 20 Feb 2011 21:21:39 +0000 (16:21 -0500)
include/sys/inotify.h

index 59644ef37e6d8b19394e68e03f3d3cfe5cb29c66..921a19ca8d1401df5c512f39fe7a1c376980caa0 100644 (file)
@@ -8,7 +8,7 @@ extern "C" {
 #include <stdint.h>
 
 struct inotify_event {
-       int we;
+       int wd;
        uint32_t mask, cookie, len;
        char name[];
 };