Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1186 - (show annotations) (download)
Thu Oct 21 19:48:21 2010 UTC (13 years, 6 months ago) by niro
File size: 292 byte(s)
tagged 'udev-163-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