mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix the regression from r15518 which broke builds
on older Solaris releases. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15530
This commit is contained in:
parent
4decfe3ed5
commit
166c052df4
@ -7820,6 +7820,7 @@ static void repository_door_pre_mem_door_call_hook(ThreadId tid, Int fd,
|
||||
"entity_name->rpr_answertype)", r->rpr_answertype);
|
||||
}
|
||||
break;
|
||||
#if (SOLARIS_REPCACHE_PROTOCOL_VERSION >= 25)
|
||||
case VKI_REP_PROTOCOL_ENTITY_GET_ROOT:
|
||||
{
|
||||
struct vki_rep_protocol_entity_root *r =
|
||||
@ -7830,6 +7831,7 @@ static void repository_door_pre_mem_door_call_hook(ThreadId tid, Int fd,
|
||||
"entity_root->rpr_outid)", r->rpr_outid);
|
||||
}
|
||||
break;
|
||||
#endif /* SOLARIS_REPCACHE_PROTOCOL_VERSION >= 25 */
|
||||
case VKI_REP_PROTOCOL_ENTITY_GET:
|
||||
{
|
||||
struct vki_rep_protocol_entity_get *r =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user