summaryrefslogtreecommitdiff
path: root/udev_utils_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev_utils_run.c')
-rw-r--r--udev_utils_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_utils_run.c b/udev_utils_run.c
index 50b31781e7..44fb7f8316 100644
--- a/udev_utils_run.c
+++ b/udev_utils_run.c
@@ -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 */