fix incorrect type for wd argument of inotify_rm_watch
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:41:27 +0000 (02:41 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Jan 2014 07:41:27 +0000 (02:41 -0500)
commit2750337379d1314026d174cd5b49e3f8ea590637
tree85e53ae7f42a3ff4c90f53ff606ffabe12a347b7
parentdbe221ecff2dd8a3d4d005d80b81064e156f8f4a
fix incorrect type for wd argument of inotify_rm_watch

this was wrong since the original commit adding inotify, and I don't
see any explanation for it. not even the man pages have it wrong. it
was most likely a copy-and-paste error.
include/sys/inotify.h
src/linux/inotify.c