no need
This commit is contained in:
parent
f63ec4a2e7
commit
56537c691a
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ static void udev_device_set_properties_from_ioctl(struct udev_device *udev_devic
|
|||
|
||||
struct udev_device *udev_device_new_from_syspath(struct udev *udev, const char *syspath)
|
||||
{
|
||||
char path[PATH_MAX], file[PATH_MAX + 7];
|
||||
char path[PATH_MAX], file[PATH_MAX];
|
||||
char *subsystem, *driver, *sysname;
|
||||
struct udev_device *udev_device;
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue