Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/dist Fix broken build by laundering cons...



details:   https://anonhg.NetBSD.org/src/rev/88a2b8204798
branches:  trunk
changeset: 773300:88a2b8204798
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jan 30 18:50:45 2012 +0000

description:
Fix broken build by laundering const. hi joerg

diffstat:

 external/bsd/mdocml/dist/roff.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c628a616228b -r 88a2b8204798 external/bsd/mdocml/dist/roff.c
--- a/external/bsd/mdocml/dist/roff.c   Mon Jan 30 17:56:27 2012 +0000
+++ b/external/bsd/mdocml/dist/roff.c   Mon Jan 30 18:50:45 2012 +0000
@@ -574,7 +574,7 @@
                        /* Skip over escapes. */
                        p++;
                        esc = mandoc_escape
-                               ((const char **)&p, NULL, NULL);
+                               ((const char **)/*XXX*/(void *)&p, NULL, NULL);
                        if (ESCAPE_ERROR == esc)
                                break;
                        continue;



Home | Main Index | Thread Index | Old Index