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


Ignore:
Timestamp:
2011-06-01T08:43:42Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d6c1f1
Parents:
9e2e715 (diff), e51a514 (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:

Huuuuuge merge from development - all the work actually :)

File:
1 edited

Legend:

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

    r9e2e715 reb522e8  
    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.