--- udev-146-orig/udev/udevd.c 2009-08-09 05:59:33 +0900 +++ udev-146/udev/udevd.c 2009-09-23 12:23:07 +0900 @@ -660,7 +660,7 @@ /* read inotify messages */ static int handle_inotify(struct udev *udev) { - ssize_t nbytes, pos; + int nbytes, pos; char *buf; struct inotify_event *ev;