File: 34-wl-Remove-redefinition-warning-for-isprint.patch

package info (click to toggle)
broadcom-sta 6.30.223.271-29
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 18,968 kB
  • sloc: ansic: 28,321; makefile: 317; xml: 36; sh: 14
file content (21 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Diego Escalante Urrelo <diegoe@gnome.org>
Date: Thu, 13 Feb 2025 05:05:44 -0500
Subject: wl: Remove redefinition warning for isprint

This seems unused anywhere in the source, or blob.
---
 amd64/src/wl/sys/wl_iw.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/amd64/src/wl/sys/wl_iw.h b/amd64/src/wl/sys/wl_iw.h
index 3ab084f..471d11f 100644
--- a/amd64/src/wl/sys/wl_iw.h
+++ b/amd64/src/wl/sys/wl_iw.h
@@ -70,7 +70,6 @@ struct cntry_locales_custom {
 #define	WL_IW_RSSI_EXCELLENT	-57	
 #define	WL_IW_RSSI_INVALID	 0	
 #define MAX_WX_STRING 80
-#define isprint(c) bcm_isprint(c)
 #define WL_IW_SET_ACTIVE_SCAN	(SIOCIWFIRSTPRIV+1)
 #define WL_IW_GET_RSSI			(SIOCIWFIRSTPRIV+3)
 #define WL_IW_SET_PASSIVE_SCAN	(SIOCIWFIRSTPRIV+5)