Replaced SYS_MAX_PATH_LEN with B_PATH_NAME_LENGTH.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10441 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
220a60685b
commit
e082899afe
@ -80,7 +80,7 @@ image_id
|
||||
dev_load_dev_module(const char *name, const char *dirpath)
|
||||
{
|
||||
image_id image;
|
||||
char path[SYS_MAX_PATH_LEN];
|
||||
char path[B_PATH_NAME_LENGTH];
|
||||
uint32 *api_version = NULL;
|
||||
status_t (*init_hardware)(void);
|
||||
status_t (*init_driver)(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user