diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-26 20:05:32 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-26 20:05:32 +0000 |
| commit | 05f15c3dc385fae9a184a8dbd0f85d315880d78d (patch) | |
| tree | 160e225a79e202ee00711b66610ca966d9c2cc3e | |
| parent | 88fe45dd330f352b720c5624cabde287d21d6222 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_output.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 9a876ee91c73..eaac5603a984 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -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 |
