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:
Björn Groenvall
1996-08-20 12:59:40 +00:00
parent 8abcbf1312
commit 249b7b0725

View File

@@ -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;