Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bc0520570b | |||
| 1f9f447b82 |
@@ -160,7 +160,7 @@
|
||||
+#ifdef NEWINIT
|
||||
+ struct init_request req;
|
||||
+ int success = 0;
|
||||
+ void (*save_sigalrm)();
|
||||
+ void (*save_sigalrm)(int);
|
||||
+#endif
|
||||
|
||||
errno = 0;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 09:01:46 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Fix patch powerd-2.0.2.dif
|
||||
* saved signal function has int aka the signal as argument
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 12:00:59 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package powerd
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
||||
Reference in New Issue
Block a user