Changeset aeca5a3 in mainline


Ignore:
Timestamp:
2011-05-18T10:58:33Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ff7360, f58154c5
Parents:
68b9f148
Message:

Fix UHCI malloc32 warning message. Add bzr ignore for mkbd binary

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    r68b9f148 raeca5a3  
    5353./uspace/app/klog/klog
    5454./uspace/app/lsusb/lsusb
     55./uspace/app/mkbd/mkbd
    5556./uspace/app/mkfat/mkfat
    5657./uspace/app/netstart/netstart
  • uspace/drv/uhci-hcd/utils/malloc32.h

    r68b9f148 raeca5a3  
    7575                return slab_malloc_g();
    7676        usb_log_warning("Requested %zu bytes, current allocator can't handle "
    77             "that amount, pray that the standard malloc will suffice.");
     77            "that amount, pray that the standard malloc will suffice.", size);
    7878        return memalign(UHCI_STRCUTURES_ALIGNMENT, size);
    7979}
Note: See TracChangeset for help on using the changeset viewer.