summaryrefslogtreecommitdiff
path: root/pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch')
-rw-r--r--pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch b/pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch
index 723cbb18..0d7e78f7 100644
--- a/pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch
+++ b/pkg/zfs/patch/0005-Use-forward-declaration-instead-of-empty-struct.patch
@@ -1,4 +1,4 @@
-From 1c52610d16cd241e61c74ab7588edfdf00b945c3 Mon Sep 17 00:00:00 2001
+From f497d55d50cfb278a802da24e5c96682d38fa244 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sat, 21 Jan 2023 17:15:47 -0800
Subject: [PATCH] Use forward declaration instead of empty struct
@@ -8,10 +8,10 @@ Subject: [PATCH] Use forward declaration instead of empty struct
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h
-index 750ca612b..7c8cf33ca 100644
+index 998eaa5dd..6d3e12002 100644
--- a/include/sys/zfs_context.h
+++ b/include/sys/zfs_context.h
-@@ -383,7 +383,7 @@ typedef struct procfs_list {
+@@ -382,7 +382,7 @@ typedef struct procfs_list {
} procfs_list_t;
#ifndef __cplusplus
@@ -21,5 +21,5 @@ index 750ca612b..7c8cf33ca 100644
typedef struct procfs_list_node {
--
-2.37.3
+2.44.0