This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

error in sys/utsname.h prevents compiling mingetty 0.9.4


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 ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]