diff options
Diffstat (limited to 'net/isc-dhcp40-server/files/patch-common::print.c')
-rw-r--r-- | net/isc-dhcp40-server/files/patch-common::print.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/isc-dhcp40-server/files/patch-common::print.c b/net/isc-dhcp40-server/files/patch-common::print.c deleted file mode 100644 index 0fd3101c5b32..000000000000 --- a/net/isc-dhcp40-server/files/patch-common::print.c +++ /dev/null @@ -1,13 +0,0 @@ ---- common/print.c.orig Fri Feb 8 22:23:19 2002 -+++ common/print.c Mon May 6 22:00:09 2002 -@@ -1366,8 +1366,8 @@ - *s++ = '.'; - *s++ = 0; - if (errorp) -- log_error (obuf); -+ log_error ("%s", obuf); - else -- log_info (obuf); -+ log_info ("%s", obuf); - } - #endif /* NSUPDATE */ |