summaryrefslogtreecommitdiff
path: root/sysutils/ipmitool/files
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2024-09-19 11:30:20 -0400
committerRyan Steinmetz <zi@FreeBSD.org>2024-09-19 11:31:10 -0400
commit643f82bb3aee9d2d137390054012a65030dcb849 (patch)
tree60b7f163265d5e494d074e6dfd9191860dda3cd2 /sysutils/ipmitool/files
parentwww/py-google-api-python-client: Update to 2.146.0 (diff)
sysutils/ipmitool: Unbreak after previous commit, bump
PR: 281306
Diffstat (limited to 'sysutils/ipmitool/files')
-rw-r--r--sysutils/ipmitool/files/patch-lib_ipmi__time.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/ipmitool/files/patch-lib_ipmi__time.c b/sysutils/ipmitool/files/patch-lib_ipmi__time.c
new file mode 100644
index 000000000000..8d9aabbf8926
--- /dev/null
+++ b/sysutils/ipmitool/files/patch-lib_ipmi__time.c
@@ -0,0 +1,10 @@
+--- lib/ipmi_time.c.orig 2024-09-19 15:25:36 UTC
++++ lib/ipmi_time.c
+@@ -105,7 +105,6 @@ ipmi_strftime(char *s, size_t max, const char *format,
+ * the timezone offset.
+ */
+ gmtime_r(&stamp, &tm);
+- daylight = -1;
+ } else {
+ /*
+ * The user wants the time reported in local time zone.