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:
b79db92
)
Removed some debug printfs
author
Robert Griebl
<griebl@gmx.de>
Tue, 26 Aug 2003 11:06:39 +0000
(11:06 -0000)
committer
Robert Griebl
<griebl@gmx.de>
Tue, 26 Aug 2003 11:06:39 +0000
(11:06 -0000)
util-linux/hwclock.c
patch
|
blob
|
history
diff --git
a/util-linux/hwclock.c
b/util-linux/hwclock.c
index 2eee3cfdbc50766615010ae3a94a526504c31290..4c59ef055aee0e9d6fd01d126a22184f0a9def69 100644
(file)
--- a/
util-linux/hwclock.c
+++ b/
util-linux/hwclock.c
@@
-114,13
+114,9
@@
void write_rtc ( time_t t, int utc )
bb_perror_msg_and_die ( "Could not access RTC" );
}
- printf ( "1\n" );
-
tm = *( utc ? gmtime ( &t ) : localtime ( &t ));
tm. tm_isdst = 0;
- printf ( "2\n") ;
-
if ( ioctl ( rtc, RTC_SET_TIME, &tm ) < 0 )
bb_perror_msg_and_die ( "Could not set the RTC time" );