From: Jakub Bogusz Date: Mon, 7 Aug 2006 15:14:56 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/th/collectd-4_5_0-1~34 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcollectd.git;a=commitdiff_plain;h=7d0c266a1448112349c04fdee34d21de04113b06;hp=c1bbd93e64bbe415789a939e3cdc2e86946cde86 - obsolete Changed files: collectd-hddtemp.patch -> 1.2 --- diff --git a/collectd-hddtemp.patch b/collectd-hddtemp.patch deleted file mode 100644 index 6865c58..0000000 --- a/collectd-hddtemp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- collectd-3.8.4/src/hddtemp.c.wiget 2006-04-11 18:02:42.000000000 +0200 -+++ collectd-3.8.4/src/hddtemp.c 2006-04-11 18:02:49.000000000 +0200 -@@ -346,7 +346,7 @@ - - if ((entry = (hddname_t *) malloc (sizeof (hddname_t))) == NULL) - { -- syslog (LOG_ERR, "hddtemp: malloc (%u) == NULL", sizeof (hddname_t)); -+ syslog (LOG_ERR, "hddtemp: malloc (%zu) == NULL", sizeof (hddname_t)); - free (name); - continue; - }