const double not_adjusted,
const time_t systime,
int *adjustment_p,
- double *retro_p,
- const int debug ) {
+ double *retro_p) {
/*----------------------------------------------------------------------------
Do the drift adjustment calculation.
adjtime_p->last_adj_time,
adjtime_p->not_adjusted,
hclocktime,
- &adjustment, &retro,
- debug );
+ &adjustment, &retro);
if (adjustment > 0 || adjustment < -1) {
set_hardware_clock_exact(hclocktime + adjustment,
time_inc(read_time, -retro),
permitted = TRUE;
else {
/* program is designed to run setuid (in some situations) */
- if (set || hctosys || systohc || adjust) {
+ if (set || systohc || adjust) {
fprintf(stderr,
_("Sorry, only the superuser can change "
"the Hardware Clock.\n"));