diff options
Diffstat (limited to 'src/rc/broadcast.c')
-rw-r--r-- | src/rc/broadcast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/broadcast.c b/src/rc/broadcast.c index 47e4ff6b..1a29c796 100644 --- a/src/rc/broadcast.c +++ b/src/rc/broadcast.c @@ -133,7 +133,7 @@ void broadcast(char *text) char *p; char *line = NULL; struct sigaction sa; - int fd; + volatile int fd; FILE *tp; int flags; char *term = NULL; |