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:
1375bc7
)
- commentary typo
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 20:47:36 +0000
(20:47 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 20:47:36 +0000
(20:47 -0000)
coreutils/mknod.c
patch
|
blob
|
history
diff --git
a/coreutils/mknod.c
b/coreutils/mknod.c
index 7cc478f177e3cc6755137afd0af08d26578e0bfd..8ca511cd562a01231f13a7660f2d0a8678c2f99b 100644
(file)
--- a/
coreutils/mknod.c
+++ b/
coreutils/mknod.c
@@
-32,7
+32,7
@@
int mknod_main(int argc, char **argv)
dev = 0;
if ((*name != 'p') && ((argc -= 2) == 2)) {
- /* Autodetect what the system supports; the
x
e macros should
+ /* Autodetect what the system supports; the
s
e macros should
* optimize out to two constants. */
dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)),
xatoul_range(argv[3], 0, minor(UINT_MAX)));