X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=odmr.c;h=64e70bcebb3e1af0311fec11474b48d24dc328ea;hb=9f99b463d27294281c778c9be890499ee1d84799;hp=9efafe0840f778229e40e7fbc13f377c23f8be5b;hpb=2148260d742663448a8fd7ff950d3d8e7468ccd5;p=~andy%2Ffetchmail diff --git a/odmr.c b/odmr.c index 9efafe08..64e70bce 100644 --- a/odmr.c +++ b/odmr.c @@ -9,23 +9,13 @@ #include #include #include -#ifdef HAVE_STRING_H /* strcat() */ #include -#endif -#ifdef HAVE_NET_SOCKET_H /* BeOS needs this */ -#include -#endif #include -#ifdef HAVE_NET_SELECT_H /* AIX needs this */ -#include -#endif -#ifdef HAVE_SYS_SELECT_H /* AIX 4.1, at least, needs this */ #include -#endif #include #include #include -#include "i18n.h" +#include "gettext.h" #include "fetchmail.h" #include "sdump.h" #include "smtp.h" @@ -152,7 +142,6 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, { fd_set readfds; struct timeval timeout; - char buf[MSGBUFSIZE]; FD_ZERO(&readfds); FD_SET(sock, &readfds);