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

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