söndag den 26 februari 2012 klockan 20:02 skrev Alfred M. Szmidt detta: > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "GNU Inetutils ". > > The branch, master has been updated > via 8173030af23ddb67c3834c79226c17a5f8175c6e (commit) > from d7be6fbb79bc1ed57d07f42b6c67d66d59b2bfc9 (commit) > > diff --git a/telnetd/telnetd.c b/telnetd/telnetd.c > index f19a72a..22f1a96 100644 > --- a/telnetd/telnetd.c > +++ b/telnetd/telnetd.c > @@ -28,10 +28,6 @@ > #include <error.h> > #include <libinetutils.h> > > -#if defined AUTHENTICATION || defined ENCRYPTION > -# include <libtelnet/misc.h> > -#endif > - > static void parse_authmode (char *str); > static void parse_linemode (char *str); > static void parse_debug_level (char *str);
I object on the above, undocumented change, since it will again cause a warning which I removed recently: telnetd.c:440: warning: implicit declaration of function 'auth_encrypt_init' Regards, Mats
