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]

Re: error in sys/utsname.h prevents compiling mingetty 0.9.4


Chmouel Boudjnah <chmouel@mandrakesoft.com> writes:

> 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 ?

Looks like a broken app or compiler,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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