VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:19:28 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: libdtrace porting in progres... (r23)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c

    r53652 r53653  
    7373
    7474# define getpid                                   RTProcSelf
    75 # define strlcpy(a_pszDst, a_pszSrc, a_cbDst) RTStrCopy(a_pszDst, a_cbDst, a_pszSrc)
    7675# define basename(a_pszPath)                  RTPathFilename(a_pszPath)
    7776
     
    12561255#ifndef VBOX
    12571256        char c, *p, **v;
     1257        struct ps_prochandle *P;
     1258        pid_t pid;
    12581259#else
    12591260        int c;
    1260         char *p, **v;
    1261 #endif
    1262         struct ps_prochandle *P;
    1263         pid_t pid;
    1264 #ifdef VBOX
     1261        char *p;
    12651262        RTGETOPTUNION ValueUnion;
    12661263        RTGETOPTSTATE GetState;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette