[sane-devel] Changes to the saned access control

Henning Meier-Geinitz henning@meier-geinitz.de
Thu, 14 Feb 2002 20:56:12 +0100


Hi,

On Wed, Feb 13, 2002 at 10:55:25PM +0100, Franz Bakan wrote:
[saned] 
> This breaks linking of saned on OS/2. ->
> 
> saned.o: Undefined symbol _inet_aton referenced from text segment

Oops. Looks like OS/2 has only inet_addr (which is deprecated) but not
inet_aton. I changed to inet_pton and made a wrapper in lib/ to use
inet_aton or inet_addr if available. There are also new tests for
these functions in configure.

Please test again.

Bye,
  Henning