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:
70af883
)
Remove final \n
author
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Sep 2003 08:32:24 +0000
(08:32 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Sep 2003 08:32:24 +0000
(08:32 -0000)
util-linux/rdate.c
patch
|
blob
|
history
diff --git
a/util-linux/rdate.c
b/util-linux/rdate.c
index cb180247e026115fbffae4a2075fde73476adc27..e589077a6f6637a8b53450926fabb3ba71dacdc2 100644
(file)
--- a/
util-linux/rdate.c
+++ b/
util-linux/rdate.c
@@
-40,7
+40,7
@@
static const int RFC_868_BIAS = 2208988800UL;
static void socket_timeout()
{
- bb_error_msg_and_die("timeout connecting to time server
\n
");
+ bb_error_msg_and_die("timeout connecting to time server");
}
static time_t askremotedate(const char *host)