chiark / gitweb /
remove 'static' from local variable
[elogind.git] / udevmonitor.c
index 61901accad38f38bc95896c157b38fb01846d815..d3d9050dca8ae42682f829dcbd038a876b432e3c 100644 (file)
@@ -156,7 +156,7 @@ int main(int argc, char *argv[])
               "and the event which udev sends out after rule processing [UDEV]\n\n");
 
        while (!udev_exit) {
-               static char buf[UEVENT_BUFFER_SIZE*2];
+               char buf[UEVENT_BUFFER_SIZE*2];
                ssize_t buflen;
                int fdcount;
                struct timeval tv;