Changeset b5e68c8 in mainline for uspace/lib/c/generic/udebug.c


Ignore:
Timestamp:
2011-05-12T16:49:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f36787d7
Parents:
e80329d6 (diff), 750636a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/udebug.c

    re80329d6 rb5e68c8  
    3131 */
    3232/** @file
    33  */ 
     33 */
    3434
    3535#include <udebug.h>
    3636#include <sys/types.h>
    37 #include <ipc/ipc.h>
    3837#include <async.h>
    3938
     
    5756        size_t *copied, size_t *needed)
    5857{
    59         ipcarg_t a_copied, a_needed;
     58        sysarg_t a_copied, a_needed;
    6059        int rc;
    6160
     
    7271        size_t *copied, size_t *needed)
    7372{
    74         ipcarg_t a_copied, a_needed;
     73        sysarg_t a_copied, a_needed;
    7574        int rc;
    7675
     
    8786        size_t *copied, size_t *needed)
    8887{
    89         ipcarg_t a_copied, a_needed;
     88        sysarg_t a_copied, a_needed;
    9089        int rc;
    9190
     
    120119    sysarg_t *val0, sysarg_t *val1)
    121120{
    122         ipcarg_t a_ev_type;
     121        sysarg_t a_ev_type;
    123122        int rc;
    124123
Note: See TracChangeset for help on using the changeset viewer.