aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/conky/files
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-09-02 13:46:04 +0800
committernovel <novel@FreeBSD.org>2007-09-02 13:46:04 +0800
commita6ab095f1fcdd8f7b5df7774de4415c08e57fe57 (patch)
treecbd8a1efbf3c3daea31880ac91bf29c0bc91ee88 /sysutils/conky/files
parentb7dffc6f6cf6675b93204a87a7c3eafebd3c4364 (diff)
downloadfreebsd-ports-gnome-a6ab095f1fcdd8f7b5df7774de4415c08e57fe57.tar.gz
freebsd-ports-gnome-a6ab095f1fcdd8f7b5df7774de4415c08e57fe57.tar.zst
freebsd-ports-gnome-a6ab095f1fcdd8f7b5df7774de4415c08e57fe57.zip
Update to 1.4.7.
Diffstat (limited to 'sysutils/conky/files')
-rw-r--r--sysutils/conky/files/patch-src-freebsd.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/sysutils/conky/files/patch-src-freebsd.c b/sysutils/conky/files/patch-src-freebsd.c
deleted file mode 100644
index d0947c26f4c2..000000000000
--- a/sysutils/conky/files/patch-src-freebsd.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/freebsd.c.orig Sun Aug 5 08:48:13 2007
-+++ src/freebsd.c Wed Aug 22 10:22:24 2007
-@@ -43,6 +43,14 @@
- #define FREEBSD_DEBUG
- #endif
-
-+#if __FreeBSD_version > 700050
-+struct wi_req {
-+ u_int16_t wi_len;
-+ u_int16_t wi_type;
-+ u_int16_t wi_val[WI_MAX_DATALEN];
-+};
-+#endif
-+
- inline void proc_find_top(struct process **cpu, struct process **mem);
-
- u_int64_t diskio_prev = 0;
-@@ -831,6 +839,7 @@
- {
- int fd;
- struct apm_info info;
-+ char *out;
-
- out = (char *)calloc(16, sizeof (char));
-