bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] A problem with ifconfig/if_index.c in OpenBSD.


From: Mats Erik Andersson
Subject: [bug-inetutils] A problem with ifconfig/if_index.c in OpenBSD.
Date: Tue, 7 Sep 2010 22:46:47 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello,

the source file "ifconfig/if_index.c" defines functions

  if_nameindex(), if_freenameindex(),
  if_indextoname(), if_nametoindex()

These already exist i OpenBSD, yet the file "if_index.c"
is indeed compiled when building for OpenBSD. Once I remove
only the new definition of if_freenameindex(), the executable
"ifconfig" is compilable (but its functionality is broken).

Could the developer responsible for "ifconfig" begin an
examination of which parts of the conditional compiler
directives are responsible for letting this loop hole
miss the detection that the four functions, listed above,
are present on a given system? Is there some false detection
taking place in configuring Inetutils?

I will begin tracking down the part of ifconfig that
does not work on OpenBSD.

Best regards,

Mats Erik Andersson, fil. dr



reply via email to

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