Fork us on GitHub Follow us on Facebook Follow us on Twitter

Ignore:
Timestamp:
2009-04-03T08:02:30Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial
Children:
2398ee9
Parents:
9be1d58
Message:

update for string changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/kbd.c

    r9be1d58 rb60c582  
    8787         * Determine keyboard serial controller type.
    8888         */
    89         if (strcmp(name, "zs") == 0)
     89        if (str_cmp(name, "zs") == 0)
    9090                kbd_type = KBD_Z8530;
    91         else if (strcmp(name, "su") == 0)
     91        else if (str_cmp(name, "su") == 0)
    9292                kbd_type = KBD_NS16550;
    9393       
Note: See TracChangeset for help on using the changeset viewer.