Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 437570 | Differences between
and this patch

Collapse All | Expand All

(-)udev-9999/src/udev.h.ori (+2 lines)
Lines 26-31 Link Here
26
#include "libudev.h"
26
#include "libudev.h"
27
#include "libudev-private.h"
27
#include "libudev-private.h"
28
28
29
#define streq(a, b) (strcmp((a), (b)) == 0)
30
29
struct udev_event {
31
struct udev_event {
30
        struct udev *udev;
32
        struct udev *udev;
31
        struct udev_device *dev;
33
        struct udev_device *dev;

Return to bug 437570