aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/zfs/nvlist.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:24:00 +0000
commit7c43148a974877188a930e4078a164f83da8e652 (patch)
tree72b6dc71550e2eb9439b0a6fe1e40d2719d4b7bb /stand/libsa/zfs/nvlist.c
parent0044e9124e474b5d45a77df328d0d7b00ec7e57b (diff)
downloadsrc-7c43148a974877188a930e4078a164f83da8e652.tar.gz
src-7c43148a974877188a930e4078a164f83da8e652.zip
stand: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/ Sponsored by: Netflix
Diffstat (limited to 'stand/libsa/zfs/nvlist.c')
-rw-r--r--stand/libsa/zfs/nvlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/libsa/zfs/nvlist.c b/stand/libsa/zfs/nvlist.c
index e6634ec969d4..6cb496a57b26 100644
--- a/stand/libsa/zfs/nvlist.c
+++ b/stand/libsa/zfs/nvlist.c
@@ -23,7 +23,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/stdint.h>