diff options
Diffstat (limited to 'usr/src/cmd/bhyve/mevent.c')
-rw-r--r-- | usr/src/cmd/bhyve/mevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/bhyve/mevent.c b/usr/src/cmd/bhyve/mevent.c index a258fd3047..d604039e1b 100644 --- a/usr/src/cmd/bhyve/mevent.c +++ b/usr/src/cmd/bhyve/mevent.c @@ -139,7 +139,7 @@ mevent_pipe_read(int fd, enum ev_type type, void *param) static void mevent_notify(void) { - char c; + char c = '\0'; /* * If calling from outside the i/o thread, write a byte on the |