Changes in uspace/app/kio/kio.c [6fa9a99d:bf9cb2f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/kio/kio.c

    r6fa9a99d rbf9cb2f  
    6363
    6464/* Pointer to kio area */
    65 static wchar_t *kio;
     65static wchar_t *kio = (wchar_t *) AS_AREA_ANY;
    6666static size_t kio_length;
    6767
Note: See TracChangeset for help on using the changeset viewer.