summaryrefslogtreecommitdiff
path: root/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-08 16:21:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-08 16:21:19 +0000
commit413ca4e6c2089d8b5e0844c26cf5671209226b93 (patch)
tree843d96aa9dd26a13748de845900cf158a2a2ad53 /x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
parent9263a8dda30106335f556e7f5936f5607db6f92c (diff)
gentoo auto-resync : 08:11:2023 - 16:21:18
Diffstat (limited to 'x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch')
-rw-r--r--x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch b/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
deleted file mode 100644
index 784647ca92f1..000000000000
--- a/x11-libs/librfm/files/librfm-5.3.16.3-C99-decls.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/modules/settings-module.i
-+++ b/modules/settings-module.i
-@@ -36,7 +36,7 @@
- #define SHRED_OPTIONS rfm_void(RFM_MODULE_DIR, "callbacks","get_shred_options")
- */
-
--static GtkWidget *rfm_check_button_new(){
-+static GtkWidget *rfm_check_button_new(void){
- return gtk_check_button_new ();
- }
- static void
-@@ -374,7 +374,7 @@
- }
-
-
--static gchar **get_program_options(i){
-+static gchar **get_program_options(gint i){
- if (i >= RFM_OPTIONS) return NULL;
- environ_t *environ_v = rfm_get_environ();
- return environ_v[i].env_options;
---- a/primary/primary-icons.i
-+++ b/primary/primary-icons.i
-@@ -181,7 +181,7 @@
-
-
- static void
--init_lite_hash () {
-+init_lite_hash (void) {
- // g_once init
- static gsize initialized = 0;
- if (g_once_init_enter (&initialized)){
---- a/primary/primary.c
-+++ b/primary/primary.c
-@@ -1405,7 +1405,7 @@
- }
-
- static
--gint get_paste_length(){
-+gint get_paste_length(void){
- gint fd = shm_open (PASTE_SHM_NAME, O_RDONLY, S_IRUSR | S_IWUSR);
- if(fd < 0){
- return 0;