Changeset 53664 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common
- Timestamp:
- Jan 2, 2015 12:31:53 PM (10 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_aggregate.c
r53659 r53664 653 653 654 654 for (i = 0; i < agp->dtat_ncpus; i++) { 655 if ( rval = dt_aggregate_snap_cpu(dtp, agp->dtat_cpus[i]))655 if ((rval = dt_aggregate_snap_cpu(dtp, agp->dtat_cpus[i]))) 656 656 return (rval); 657 657 } -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_impl.h
r53659 r53664 635 635 extern int yydebug; /* lex debugging */ 636 636 extern dt_node_t *yypragma; /* lex token list for control lines */ 637 #ifdef VBOX 638 extern int yylex(void); 639 #endif 637 640 638 641 extern const dtrace_attribute_t _dtrace_maxattr; /* maximum attributes */ -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_subr.c
r53663 r53664 548 548 } 549 549 550 #ifndef /* VBOX - who needs this? */551 550 int 552 551 dt_status(dtrace_hdl_t *dtp, processorid_t cpu) … … 564 563 return (v->dtv_status(dtp->dt_varg, cpu)); 565 564 } 566 #endif567 565 568 566 #ifndef VBOX
Note:
See TracChangeset
for help on using the changeset viewer.