From df4232d41ea27353c2b5923c384828dab2506c7d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 26 Aug 2014 02:47:17 -0400 Subject: [PATCH] client: fix build break --- client/hostinfo_unix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/hostinfo_unix.cpp b/client/hostinfo_unix.cpp index a37dbc4b1f..55e68fbc45 100644 --- a/client/hostinfo_unix.cpp +++ b/client/hostinfo_unix.cpp @@ -1569,7 +1569,7 @@ inline bool device_idle(time_t t, const char *device) { return stat(device, &sbuf) || (sbuf.st_atime < t); } -static const struct dir_dev { +static const struct dir_tty_dev { const char *dir; const char *dev; } tty_patterns[] = { @@ -1629,7 +1629,7 @@ inline bool all_tty_idle(time_t t) { return true; } -static const struct dir_dev { +static const struct dir_input_dev { const char *dir; const char *dev; } input_patterns[] = {