diff options
author | Garrett D'Amore <garrett@damore.org> | 2022-07-07 11:51:11 -0400 |
---|---|---|
committer | Garrett D'Amore <garrett@damore.org> | 2022-07-13 10:28:07 -0400 |
commit | 9b664393d4fdda96221e6ea9ea95790d3c15be70 (patch) | |
tree | 7222ee176e18a86b8b699526779e8f1f164194df /usr/src/uts/common/inet/tcp/tcp_tunables.c | |
parent | 6c489a5260bcb010bd6a712e312b0aa29cd591b8 (diff) | |
download | illumos-joyent-9b664393d4fdda96221e6ea9ea95790d3c15be70.tar.gz |
11328 Remove M_MULTIDATA support
Reviewed by: Dan McDonald <danmcd@mnx.io>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp_tunables.c')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp_tunables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp_tunables.c b/usr/src/uts/common/inet/tcp/tcp_tunables.c index 6348e02ae6..b09f34c72e 100644 --- a/usr/src/uts/common/inet/tcp/tcp_tunables.c +++ b/usr/src/uts/common/inet/tcp/tcp_tunables.c @@ -23,13 +23,13 @@ * Copyright 2016 Joyent, Inc. * Copyright 2013 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2012, 2017 by Delphix. All rights reserved. + * Copyright 2022 Garrett D'Amore */ /* Copyright (c) 1990 Mentat Inc. */ #include <inet/ip.h> #include <inet/tcp_impl.h> #include <inet/cc.h> -#include <sys/multidata.h> #include <sys/sunddi.h> /* Max size IP datagram is 64k - 1 */ |