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


Ignore:
Timestamp:
2011-02-09T11:46:47Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb15135a
Parents:
a49c4002 (diff), 0b37882 (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

Local modifications:

  • change pipefs and ext2 to build again (use async_* calls instead of ipc_*)
File:
1 edited

Legend:

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

    ra49c4002 rcf2af94  
    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.