error in sys/utsname.h prevents compiling mingetty 0.9.4

Chmouel Boudjnah chmouel@mandrakesoft.com
Mon Apr 30 15:07:00 GMT 2001


Hi,

on :
https://qa.mandrakesoft.com/cgi-bin/show_bug.cgi?id=1924

a user tell us  :

--=-=-=
in file /usr/include/sys/utsname.h

the following line is incorrect
#if _UTSNAME_DOMAIN_LENGTH - 0

should be
#if _UTSNAME_DOMAIN_LENGTH != 0

or

#if _UTSNAME_DOMAIN_LENGTH > 0
--=-=-=

which prevent compiling mingetty, is it a right fix or app is broken ?



More information about the Libc-alpha mailing list