Remove bogous declaration of inet_ntoa().
Fix constness. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@661 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -806,7 +806,7 @@ extern void telnet P((int, int, char *));
|
||||
*/
|
||||
void doit(struct sockaddr_in *who)
|
||||
{
|
||||
char *host, *inet_ntoa();
|
||||
const char *host;
|
||||
int t;
|
||||
struct hostent *hp;
|
||||
int level;
|
||||
|
Reference in New Issue
Block a user