Magellan Linux

Annotation of /tags/udev-162-r2/patches/udev-146-ioctl-type-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1129 - (hide annotations) (download)
Mon Sep 13 21:44:07 2010 UTC (13 years, 8 months ago) by niro
File size: 292 byte(s)
tagged 'udev-162-r2'
1 niro 886 --- 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