Remove conditionals for vax support.
People who care much about this are welcomed to try 2.11BSD. :) Noticed by: luigi Reviewed by: jesper
This commit is contained in:
parent
88fe45dd33
commit
05f15c3dc3
@ -64,9 +64,6 @@
|
||||
|
||||
#include "faith.h"
|
||||
|
||||
#ifdef vax
|
||||
#include <machine/mtpr.h>
|
||||
#endif
|
||||
#include <machine/in_cksum.h>
|
||||
|
||||
static MALLOC_DEFINE(M_IPMOPTS, "ip_moptions", "internet multicast options");
|
||||
@ -1393,10 +1390,8 @@ ip_pcbopts(optname, pcbopt, m)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifndef vax
|
||||
if (m->m_len % sizeof(int32_t))
|
||||
goto bad;
|
||||
#endif
|
||||
/*
|
||||
* IP first-hop destination address will be stored before
|
||||
* actual options; move other options back
|
||||
|
Loading…
x
Reference in New Issue
Block a user