From ecc4e56cfaad4f3823fe6215d844db777085a510 Mon Sep 17 00:00:00 2001 From: glebius Date: Wed, 9 Apr 2014 11:10:44 +0000 Subject: Remove useless embedding of kernel struct rtentry into userland one. This is direct commit to stable/10. Sponsored by: Nginx, Inc. --- usr.sbin/IPXrouted/table.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr.sbin/IPXrouted') diff --git a/usr.sbin/IPXrouted/table.h b/usr.sbin/IPXrouted/table.h index 3f9693f..a68c64e 100644 --- a/usr.sbin/IPXrouted/table.h +++ b/usr.sbin/IPXrouted/table.h @@ -54,15 +54,10 @@ struct rthash { struct rt_entry *rt_back; }; -#ifdef RTM_ADD -#define rtentry ortentry -#endif - struct rt_entry { struct rt_entry *rt_forw; struct rt_entry *rt_back; union { - struct rtentry rtu_rt; struct rtuentry { u_long rtu_hash; struct sockaddr rtu_dst; -- cgit v1.1