dovecot-2.0: doveadm: Include termios.h, not sys/termios.h..
dovecot at dovecot.org
dovecot at dovecot.org
Sat Jun 12 04:14:07 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/7a02b84ad7f5
changeset: 11537:7a02b84ad7f5
user: Timo Sirainen <tss at iki.fi>
date: Sat Jun 12 02:14:04 2010 +0100
description:
doveadm: Include termios.h, not sys/termios.h..
diffstat:
src/doveadm/doveadm-print-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c50d42277cc3 -r 7a02b84ad7f5 src/doveadm/doveadm-print-table.c
--- a/src/doveadm/doveadm-print-table.c Sat Jun 12 02:12:50 2010 +0100
+++ b/src/doveadm/doveadm-print-table.c Sat Jun 12 02:14:04 2010 +0100
@@ -7,7 +7,7 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/ioctl.h>
-#include <sys/termios.h> /* Solaris at least requires for TIOCGWINSZ */
+#include <termios.h>
#define DEFAULT_COLUMNS 80
#define MIN_COLUMNS 30
More information about the dovecot-cvs
mailing list