projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf575ca
)
mdev: fix whitespace damage
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 23 May 2008 20:36:33 +0000
(20:36 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 23 May 2008 20:36:33 +0000
(20:36 -0000)
util-linux/mdev.c
patch
|
blob
|
history
diff --git
a/util-linux/mdev.c
b/util-linux/mdev.c
index a4d6dfdf9e7369db4c3a6d95447fecca7d16fc9b..bf07aebb3df6e216d6f8f250e2ef92003f580698 100644
(file)
--- a/
util-linux/mdev.c
+++ b/
util-linux/mdev.c
@@
-273,7
+273,7
@@
static void make_device(char *path, int delete)
/* move the device, and optionally
* make a symlink to moved device node */
- if (rename(device_name, alias) == 0 && aliaslink == '>')
+ if (rename(device_name, alias) == 0 && aliaslink == '>')
symlink(alias, device_name);
free(alias);