Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33294 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6dc4fd11a2
commit
4e79886a59
@ -20,7 +20,7 @@ struct kernel_args;
|
||||
|
||||
/* Timer info structure */
|
||||
struct timer_info {
|
||||
char *name;
|
||||
const char *name;
|
||||
int (*get_priority)(void);
|
||||
status_t (*set_hardware_timer)(bigtime_t timeout);
|
||||
status_t (*clear_hardware_timer)(void);
|
||||
|
Loading…
Reference in New Issue
Block a user