Hello

Thanx to SkiBum from the Stampede team to help me solve this problem on
a box I were setting up.. I thought I just quickly paste this to the
mailing list..

Skibum can be reached at [EMAIL PROTECTED]


firewall.c

second line here were change from 
#if defined(__GLIBC__) && __GLIBC_MINOR__ < 1
to
#if defined(__GLIBC__) && __GLIBC_MINOR__ <= 1

......

#include "diald.h"
#if defined(__GLIBC__) && __GLIBC_MINOR__ <= 1
typedef u_int8_t __u8;
typedef u_int16_t __u16;
typedef u_int32_t __u32;
#endif



Arnvid.

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to