- rename sblim-cmpi-sysfs-enumerate-symlinks.patch to 0001-enumerate-symlinks.patch - add 0002-include-ctype.h.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/sblim-cmpi-sysfs?expand=0&rev=14
26 lines
703 B
Diff
26 lines
703 B
Diff
From f1fe280201ca378f61e191054b1eb0cf2c5f8c6a Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
|
|
Date: Sat, 8 Feb 2025 11:18:03 +0100
|
|
Subject: [PATCH 2/2] include ctype.h
|
|
|
|
---
|
|
util/Linux_SysfsAttributeUtil.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/util/Linux_SysfsAttributeUtil.c b/util/Linux_SysfsAttributeUtil.c
|
|
index c199d02..792ad2d 100644
|
|
--- a/util/Linux_SysfsAttributeUtil.c
|
|
+++ b/util/Linux_SysfsAttributeUtil.c
|
|
@@ -29,7 +29,7 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <unistd.h>
|
|
-
|
|
+#include <ctype.h>
|
|
|
|
/* ---------------------------------------------------------------------------
|
|
* MISC UTILITY FUNCTIONS
|
|
--
|
|
2.48.1
|
|
|