From: Kern Sibbald Date: Thu, 18 Dec 2003 20:49:48 +0000 (+0000) Subject: Remove conio kludge X-Git-Tag: Release-1.34.0~255 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7e669d449535d658a6bdc4d1e36a5ebccb3ca955;p=bacula%2Fbacula Remove conio kludge git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@901 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 640cd15663..faba0a8052 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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 BTW, there's a make install bug in 1.33 - with --enable-gnome, diff --git a/bacula/src/console/conio.c b/bacula/src/console/conio.c index 7c9ed72d96..0bc02354a2 100755 --- a/bacula/src/console/conio.c +++ b/bacula/src/console/conio.c @@ -14,8 +14,6 @@ #include #endif -#ifdef HAVE_CONIO - #include #include #include "func.h" @@ -1031,4 +1029,3 @@ static void asdell() t_send(t_dl); } -#endif