projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c2036
)
eat leading whitespace with preprocessor
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 21:05:19 +0000
(21:05 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 31 Jul 2005 21:05:19 +0000
(21:05 -0000)
miscutils/devfsd.c
patch
|
blob
|
history
diff --git
a/miscutils/devfsd.c
b/miscutils/devfsd.c
index
34945c7
..
0a6bf14
100644
(file)
--- a/
miscutils/devfsd.c
+++ b/
miscutils/devfsd.c
@@
-932,9
+932,9
@@
static void action_modload (const struct devfsd_notify_struct *info,
argv[5] = NULL;
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]);
-
#endif
+#endif
fork_and_execute(DIE, argv[0], argv);
} /* End Function action_modload */
#endif