diff options
Diffstat (limited to 'net/ez-ipupdate/patches/patch-aa')
-rw-r--r-- | net/ez-ipupdate/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ez-ipupdate/patches/patch-aa b/net/ez-ipupdate/patches/patch-aa new file mode 100644 index 00000000000..d4bade7bbeb --- /dev/null +++ b/net/ez-ipupdate/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:50:35 ghen Exp $ + +--- 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 + { |