Bug 15481

Summary: Bad Glibc includes
Product: [Retired] Red Hat Linux Reporter: Brian J. Conway <bconway>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-05 15:10:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brian J. Conway 2000-08-05 15:10:46 UTC
I get similar messages like this one (specifically from compiling nmap):
make[1]: Leaving directory
`/usr/src/nmap-2.54BETA2/libpcap-possiblymodified'
gcc -g -O2 -Wall  -Ilibpcap-possiblymodified  -DHAVE_CONFIG_H
-DNMAP_VERSION=\"2.54BETA2\" -DNMAP_NAME=\"nmap\"
-DNMAP_URL=\"www.insecure.org/nmap/\"
-DNMAPDATADIR=\"/usr/local/share/nmap\" -Ilibpcap-possiblymodified   -c -o
nmap.o nmap.c
In file included from nmap.h:262,
                 from nmap.c:2:
tcpip.h:358: conflicting types for `inet_aton'
/usr/include/arpa/inet.h:67: previous declaration of `inet_aton'
make: *** [nmap.o] Error 1

Comment 1 Alan Cox 2000-08-05 21:16:22 UTC
The glibc include appears correct, nmap appears to define its own incorrect
clashing prototype.