Magellan Linux

Contents of /tags/udev-170-r1/patches/udev-146-ioctl-type-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1325 - (show annotations) (download)
Thu May 26 22:47:41 2011 UTC (12 years, 11 months ago) by niro
File size: 292 byte(s)
tagged 'udev-170-r1'
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