Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110807
Collapse All | Expand All

(-)udev-070-orig/udev_rules.h (-1 / +2 lines)
Lines 24-29 Link Here
24
24
25
#include "libsysfs/sysfs/libsysfs.h"
25
#include "libsysfs/sysfs/libsysfs.h"
26
#include "udev.h"
26
#include "udev.h"
27
#include "udevd.h"
27
#include "list.h"
28
#include "list.h"
28
29
29
#define PAIRS_MAX		5
30
#define PAIRS_MAX		5
Lines 93-99 Link Here
93
		     ignore_remove:1;
94
		     ignore_remove:1;
94
95
95
	size_t bufsize;
96
	size_t bufsize;
96
	char buf[];
97
	char buf[UEVENT_BUFFER_SIZE*2];
97
};
98
};
98
99
99
struct udev_rules {
100
struct udev_rules {
(-)udev-070-orig/udevd.h (-1 / +1 lines)
Lines 76-80 Link Here
76
	char *physdevpath;
76
	char *physdevpath;
77
	unsigned int timeout;
77
	unsigned int timeout;
78
	char *envp[UEVENT_NUM_ENVP+1];
78
	char *envp[UEVENT_NUM_ENVP+1];
79
	char envbuf[];
79
	char envbuf[UEVENT_BUFFER_SIZE+512];
80
};
80
};

Return to bug 110807