bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Missing header for logger.c and OpenBSD


From: Mats Erik Andersson
Subject: Re: [bug-inetutils] Missing header for logger.c and OpenBSD
Date: Fri, 6 Aug 2010 16:17:40 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

söndag den  1 augusti 2010 klockan 11:11 skrev Sergey Poznyakoff detta:
> Mats Erik Andersson <address@hidden> ha escrit:
> 
> > In addition, the conditionals for utmpx/utmp must be
> > reworked to fit OpenBSD. As it stands an unaltered
> > configuring step will ask for the functions
> > 
> >   endutent(), getutent() and pututline().
> 
> Yes, what's wrong with it?
> 
The problem is that these functions do not exist in OpenBSD,
yet they are used as the code is presently sent to the linker.

> > There are further problems in "ifconfig/" where compilation
> > halts due to missing macros IFF_SLAVE and IFF_MASTER.
> 
> These two should be protected by #ifdef.
> 

Again, on OpenBSD these constants are called for by the preprocessor.

Either the conditionals for both indicated problems fail to detect
subtleties for OpenBSD, or the the workarounds I had to use for
autotools fail, due to unpleasently hard dependence on autoconf-2.63.
I can not use more resent versions than 2.63 without compiling them
myself for OpenBSD 4.6.


Regards,

Mats E A



reply via email to

[Prev in Thread] Current Thread [Next in Thread]