diff options
Diffstat (limited to 'sysutils/conky/files/patch-src-entropy.h')
-rw-r--r-- | sysutils/conky/files/patch-src-entropy.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/conky/files/patch-src-entropy.h b/sysutils/conky/files/patch-src-entropy.h new file mode 100644 index 000000000000..9559e87d9a2d --- /dev/null +++ b/sysutils/conky/files/patch-src-entropy.h @@ -0,0 +1,11 @@ +--- src/entropy.h.orig ++++ src/entropy.h +@@ -31,7 +31,7 @@ + #ifndef _ENTROPY_H + #define _ENTROPY_H + +-void update_entropy(void); ++int update_entropy(void); + + void print_entropy_avail(struct text_object *, char *, int); + void print_entropy_perc(struct text_object *, char *, int); |