remove unnecessary patch (already in rc9)
Submitted by: synker (on irc)
This commit is contained in:
parent
d156a4fac8
commit
99d1cab728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58844
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
@ -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 */
|
Loading…
Reference in New Issue
Block a user