]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove conio kludge
authorKern Sibbald <kern@sibbald.com>
Thu, 18 Dec 2003 20:49:48 +0000 (20:49 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 18 Dec 2003 20:49:48 +0000 (20:49 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@901 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/console/conio.c

index 640cd1566354e3123da5181506069e807068fac8..faba0a8052c9cd4c6d391bcb4be641281245f8b4 100644 (file)
@@ -55,6 +55,7 @@ For 1.33 Testing/Documentation:
 - Add subsections to the Disaster Recovery index section.
                 
 For 1.33
+- Look at Dan's field width problems in PostgreSQL.
 - In restore take all filesets with same base name.
 - From Alan Brown <ajb2@mssl.ucl.ac.uk>
     BTW, there's a make install bug in 1.33 - with --enable-gnome,
index 7c9ed72d9624dabac8574d8c4bfbd525e65d18f0..0bc02354a2800e47e64530244560ff05d79ca3ab 100755 (executable)
@@ -14,8 +14,6 @@
 #include <ctype.h> 
 #endif
 
-#ifdef HAVE_CONIO
-
 #include <termios.h>
 #include <termcap.h>
 #include "func.h"
@@ -1031,4 +1029,3 @@ static void asdell()
    t_send(t_dl);
 }
 
-#endif