Magellan Linux

Contents of /trunk/udev/patches/udev-146-ioctl-type-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 886 - (show annotations) (download)
Tue Oct 13 11:01:07 2009 UTC (14 years, 6 months ago) by niro
File size: 292 byte(s)
-added fix for incorrect ioctl handling

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