summaryrefslogtreecommitdiff
path: root/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevd.c')
-rw-r--r--udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevd.c b/udevd.c
index 751231ee41..38a2643d60 100644
--- a/udevd.c
+++ b/udevd.c
@@ -313,7 +313,7 @@ static void msg_queue_insert(struct uevent_msg *msg)
static int running_processes(void)
{
int f;
- static char buf[4096];
+ static char buf[32768];
int len;
int running;
const char *pos;