head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.08.20.21.55.55;	author des;	state dead;
branches;
next	1.1;

1.1
date	2007.07.25.11.09.07;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 1.1.1.
@
text
@Index: bin/varnishhist/varnishhist.c
===================================================================
--- bin/varnishhist/varnishhist.c	(revision 1752)
+++ bin/varnishhist/varnishhist.c	(revision 1753)
@@@@ -247,7 +247,7 @@@@
 	raw();
 	noecho();
 	nonl();
-	intrflush(stdscr, false);
+	intrflush(stdscr, FALSE);
 	curs_set(0);
 	erase();
 	for (;;) {
Index: bin/varnishstat/varnishstat.c
===================================================================
--- bin/varnishstat/varnishstat.c	(revision 1752)
+++ bin/varnishstat/varnishstat.c	(revision 1753)
@@@@ -78,7 +78,7 @@@@
 	raw();
 	noecho();
 	nonl();
-	intrflush(stdscr, false);
+	intrflush(stdscr, FALSE);
 	curs_set(0);
 	erase();
 
Index: bin/varnishtop/varnishtop.c
===================================================================
--- bin/varnishtop/varnishtop.c	(revision 1752)
+++ bin/varnishtop/varnishtop.c	(revision 1753)
@@@@ -201,7 +201,7 @@@@
 	raw();
 	noecho();
 	nonl();
-	intrflush(stdscr, false);
+	intrflush(stdscr, FALSE);
 	curs_set(0);
 	erase();
 	for (;;) {
@


1.1
log
@Upgrade to 1.1 + vendor patches for a number of regressions.
@
text
@@

