On 10/7/07, Craig Dewick <[EMAIL PROTECTED]> wrote: > Doing a proper search through all the header files has produced no match > for 'in_port_t' anywhere, not even in /usr/include/netinet/in.h (which I > have included as an attachment so you can see what is in that file).
OK -- so on systems without in_port_t, we'll just have to define it ourselves. No big deal. This solution should work -- add this to amanda.h: typedef unsigned short int in_port_t; Dustin -- Storage Software Engineer http://www.zmanda.com
