Index: head/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ =================================================================== --- head/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ (nonexistent) +++ head/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ (revision 433091) @@ -0,0 +1,11 @@ +--- lib/database/src/so/SoInput.c++.orig 2000-10-25 23:47:47 UTC ++++ lib/database/src/so/SoInput.c++ +@@ -2810,7 +2810,7 @@ SoInput::addReference(const SbName &name + + if (addToGlobalDict) { + // Look for the first '+': +- char *firstPlus = strchr(n, '+'); ++ const char *firstPlus = strchr(n, '+'); + + if (firstPlus == NULL) { + base->setName(name); Property changes on: head/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ =================================================================== --- head/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ (nonexistent) +++ head/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ (revision 433091) @@ -0,0 +1,13 @@ +--- lib/interaction/src/nodekits/SoInteractionKit.c++.orig 2000-08-15 12:56:25 UTC ++++ lib/interaction/src/nodekits/SoInteractionKit.c++ +@@ -854,8 +854,8 @@ SoInteractionKit::setAnySurrogatePath( c + // (as in "childList[0].appearance") + // If so, get the string up to whichever came first. + // This will be the 'intermediary' we look for. +- char *dotPtr = strchr( partName.getString(), '.' ); +- char *brackPtr = strchr( partName.getString(), '[' ); ++ const char *dotPtr = strchr( partName.getString(), '.' ); ++ const char *brackPtr = strchr( partName.getString(), '[' ); + + if ( dotPtr != NULL || brackPtr != NULL ) { + char *nameCopy = strdup( partName.getString() ); Property changes on: head/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property