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:
85d788e
)
remove whitespace damage. No code changes
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 19 Apr 2008 21:57:57 +0000
(21:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 19 Apr 2008 21:57:57 +0000
(21:57 -0000)
networking/ipcalc.c
patch
|
blob
|
history
diff --git
a/networking/ipcalc.c
b/networking/ipcalc.c
index 8578893af6d14728f4c68ab7412f3c7abf9ecb28..d8fa5f3f2fa224998ecd76fd2d3609c821002c09 100644
(file)
--- a/
networking/ipcalc.c
+++ b/
networking/ipcalc.c
@@
-181,7
+181,7
@@
int ipcalc_main(int argc, char **argv)
bb_herror_msg_and_die("cannot find hostname for %s", argv[0]);
}
str_tolower(hostinfo->h_name);
-
+
printf("HOSTNAME=%s\n", hostinfo->h_name);
}
}