SOURCES: portmap-misc.patch - perror is redefined for a reason
baggins
baggins at pld-linux.org
Mon Jan 30 17:27:04 CET 2006
Author: baggins Date: Mon Jan 30 16:27:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- perror is redefined for a reason
---- Files affected:
SOURCES:
portmap-misc.patch (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SOURCES/portmap-misc.patch
diff -u SOURCES/portmap-misc.patch:1.8 SOURCES/portmap-misc.patch:1.9
--- SOURCES/portmap-misc.patch:1.8 Mon Jan 30 17:23:07 2006
+++ SOURCES/portmap-misc.patch Mon Jan 30 17:26:59 2006
@@ -350,6 +350,15 @@
}
#ifndef lint
+@@ -324,7 +324,7 @@
+ /* need to override perror calls in rpc library */
+ void
+ perror(what)
+- const char *what;
++ __const char *what;
+ {
+
+ syslog(LOG_ERR, "%s: %m", what);
@@ -350,7 +353,7 @@
*/
/* remote host authorization check */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/portmap-misc.patch?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list