>> ...
>> First go at amanda-2.5.2 on a system running irix-6.5.x
>> and compile fails with the error:
>> ...

This is the case on both IRIX and OSF/1.  These compilers can't
handle:

#define vstrallocf(...)         debug_vstrallocf(__FILE__,__LINE__,__VA_ARGS__)

The patch for sockaddr_storage seems to work with the addition of
these two definitions in amanda.h:


/* Needed on SGI IRIX 6.5 */
#ifdef WORKING_IPV6
#define INET6
#endif

#ifndef INET_ADDRSTRLEN
#define INET_ADDRSTRLEN 16
#endif

Pieter

Reply via email to