mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
352 B

  1. --- irda-utils-0.9.16/tekram/irkbd.c 2004-10-27 19:11:15.553129704 +0000
  2. +++ irda-utils-0.9.16-p/tekram/irkbd.c 2004-10-27 19:11:44.404743592 +0000
  3. @@ -298,7 +298,7 @@
  4. case IRKBD_RSP_KBDSPEEDOK:
  5. break;
  6. default:
  7. - printf(__FUNCTION__ "(), unknown response %02x\n", rsp);
  8. + printf(__func__, "(), unknown response %02x\n", rsp);
  9. break;
  10. }
  11. }