mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
eat leading whitespace with preprocessor
This commit is contained in:
parent
08c20362f5
commit
6f978dbacd
@ -932,9 +932,9 @@ static void action_modload (const struct devfsd_notify_struct *info,
|
|||||||
argv[5] = NULL;
|
argv[5] = NULL;
|
||||||
|
|
||||||
snprintf (device, sizeof (device), "/dev/%s", info->devname);
|
snprintf (device, sizeof (device), "/dev/%s", info->devname);
|
||||||
#ifdef CONFIG_DEBUG
|
#ifdef CONFIG_DEBUG
|
||||||
msg_logger( NO_DIE, LOG_INFO, "action_modload():%s %s %s %s %s\n",argv[0],argv[1],argv[2],argv[3],argv[4]);
|
msg_logger( NO_DIE, LOG_INFO, "action_modload():%s %s %s %s %s\n",argv[0],argv[1],argv[2],argv[3],argv[4]);
|
||||||
#endif
|
#endif
|
||||||
fork_and_execute(DIE, argv[0], argv);
|
fork_and_execute(DIE, argv[0], argv);
|
||||||
} /* End Function action_modload */
|
} /* End Function action_modload */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user