chiark / gitweb /
increase /proc/stat read buffer
[elogind.git] / udevd.c
diff --git a/udevd.c b/udevd.c
index 751231ee413fd603841d844a4a5ff15f8a1697db..38a2643d600ed281b806e560a4485f322fc48f66 100644 (file)
--- 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;