openbsd-ports/sysutils/conky/patches/patch-src_conf_cookie_c
sthen 5fd4c6e743 update to 1.7.0 and add no_x11 flavour (useful for dwm's status bar
or with dzen2). ok jasper@, Vlad Glagolev (maintainer).
2009-05-10 19:07:47 +00:00

15 lines
379 B
Plaintext

$OpenBSD: patch-src_conf_cookie_c,v 1.1 2009/05/10 19:07:47 sthen Exp $
--- src/conf_cookie.c.orig Sun May 10 11:57:54 2009
+++ src/conf_cookie.c Sun May 10 12:03:11 2009
@@ -24,10 +24,3 @@ ssize_t conf_read(void *cookie, char *buf, size_t size
return i;
}
-cookie_io_functions_t conf_cookie = {
- .read = &conf_read,
- .write = NULL,
- .seek = NULL,
- .close = NULL,
-};
-