chiark / gitweb /
fix more compiler warnings ...
[elogind.git] / udev_utils_run.c
index 50b31781e7f31d6d3f1dfa6ff8f8962cc346ca1c..44fb7f831624c4012c3564f25411a724e3b95ff5 100644 (file)
@@ -164,7 +164,7 @@ int run_program(const char *command, const char *subsystem,
        default:
                /* read from child if requested */
                if (outpipe[0] > 0 || errpipe[0] > 0) {
-                       size_t count;
+                       ssize_t count;
                        size_t respos = 0;
 
                        /* parent closes child ends of pipes */