From 08e2d6259a71c5e43ac0083ea6d81357678f99eb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 12 Apr 1999 18:01:07 +0000 Subject: Removed TOS support. This simplifies many things a lot. --- sysdep/unix/krt-set.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdep/unix/krt-set.c') diff --git a/sysdep/unix/krt-set.c b/sysdep/unix/krt-set.c index 435587be..e1f69db2 100644 --- a/sysdep/unix/krt-set.c +++ b/sysdep/unix/krt-set.c @@ -38,8 +38,7 @@ krt_capable(rte *e) #ifdef RTF_REJECT || a->dest == RTD_UNREACHABLE #endif - ) && - !a->tos; + ); } static void -- cgit v1.2.3