ports/sysutils/conky/patches/patch-src_conky_h

20 lines
364 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/conky.h
--- src/conky.h.orig
+++ src/conky.h
@@ -206,11 +206,13 @@ enum {
/* if_up strictness selector
* needed by conky.c and linux.c (and potentially others) */
-enum {
+enum IFUP_STRICTNESS {
IFUP_UP,
IFUP_LINK,
IFUP_ADDR
-} ifup_strictness;
+};
+
+extern enum IFUP_STRICTNESS ifup_strictness;
struct information {
unsigned int mask;