diff options
Diffstat (limited to 'dns/ez-ipupdate/files/patch-ez-ipupdate.c')
-rw-r--r-- | dns/ez-ipupdate/files/patch-ez-ipupdate.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/ez-ipupdate/files/patch-ez-ipupdate.c b/dns/ez-ipupdate/files/patch-ez-ipupdate.c deleted file mode 100644 index 39ef4bed4a5a..000000000000 --- a/dns/ez-ipupdate/files/patch-ez-ipupdate.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ez-ipupdate.c.orig -+++ ez-ipupdate.c -@@ -798,7 +798,7 @@ - sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt); - #endif - -- syslog(LOG_NOTICE, buf); -+ syslog(LOG_NOTICE, "%s", buf); - } - else - { |