--- src/sys/net/Attic/if_fddisubr.c 2005/01/06 09:14:13 1.14 +++ src/sys/net/Attic/if_fddisubr.c 2005/01/06 17:59:32 1.15 @@ -113,7 +113,7 @@ static int fddi_output(struct ifnet *, s #endif #if defined(__DragonFly__) -#define RTALLOC1(a, b) rtlookup(a, b, 0UL) +#define RTALLOC1(a, b) _rtlookup(a, b, b ? RTL_DOCLONE : RTL_DONTCLONE) #define ARPRESOLVE(a, b, c, d, e, f) arpresolve(a, b, c, d, e) #elif defined(__FreeBSD__) #define RTALLOC1(a, b) rtalloc1(a, b, 0UL)