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/Makefile.files | |
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/Makefile.files')
-rw-r--r-- | usr/src/uts/common/Makefile.files | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files index 1e9d9774b7..5d48a86475 100644 --- a/usr/src/uts/common/Makefile.files +++ b/usr/src/uts/common/Makefile.files @@ -24,7 +24,7 @@ # Copyright (c) 2011, 2014 by Delphix. All rights reserved. # Copyright (c) 2013 by Saso Kiselkov. All rights reserved. # Copyright 2018 Nexenta Systems, Inc. -# Copyright 2022 Garrett D'Amore <garrett@damore.org> +# Copyright 2022 Garrett D'Amore # Copyright 2020 Joyent, Inc. # Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> @@ -249,7 +249,6 @@ GENUNIX_OBJS += \ mount.o \ move.o \ msacct.o \ - multidata.o \ nbmlock.o \ ndifm.o \ nice.o \ |