]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/route.c
Changes made by Michel Jouvin - jouvin@lal.in2p3.fr - 23/11/2000
[netatalk.git] / etc / atalkd / route.c
index cc97b2acedd9c69525ab35b3af389ff696253087..2b20c107f92172cc4fe1b9948603fe7f8609df05 100644 (file)
@@ -22,7 +22,11 @@ route( message, dst, gate, flags )
     struct sockaddr    *dst, *gate;
     int                        flags;
 {
+#ifdef TRU64
+    struct ortentry    rtent;
+#else
     struct rtentry     rtent;
+#endif
 
     bzero( &rtent, sizeof( struct rtentry ));
     rtent.rt_dst = *dst;