Subject: misc/243: Missing prototype in
To: None <gnats-admin>
From: Thorsten Lockert <tholo@SigmaSoft.COM>
List: netbsd-bugs
Date: 05/04/1994 03:05:02
>Number:         243
>Category:       misc
>Synopsis:       Missing prototype in <arpa/inet.h>
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    gnats-admin (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May  4 03:05:01 1994
>Originator:     Thorsten Lockert
>Organization:
Thorsten Lockert  | postmaster@bbb.no   |
Postbox 435       | hostmaster@bbb.no   |  Universe, n.:
N-5001 Bergen     | tholo@bbb.no        |          The problem.
Norway            | tholo@sigmasoft.com |
>Release:        NetBSD-current
>Environment:
	
System: NetBSD gandalf.bbb.no 0.9a GANDALF#3 i386


>Description:
	<arpa/inet.h> is missing a prototype for the inet_aton() function
>How-To-Repeat:
	Please don't. :)
>Fix:
	Add a line

	extern int	inet_aton __P((const char *, struct in_addr *));

	to <arpa/inet.h>
>Audit-Trail:
>Unformatted:


------------------------------------------------------------------------------