]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup from Dave Mills.
authorHarlan Stenn <stenn@ntp.org>
Sat, 12 Jul 2003 02:31:00 +0000 (22:31 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 12 Jul 2003 02:31:00 +0000 (22:31 -0400)
bk: 3f0f72e47bG4uY4QZeK8hjF5rQyrXQ

util/ntptime.c

index 726085f6289def1d3a9a0ba71f3a304e77d21bd1..51111bea681042d1612131e59b67704a9bf9139d 100644 (file)
@@ -54,7 +54,6 @@
  */
 char *sprintb          P((u_int, const char *));
 const char *timex_state        P((int));
-volatile int debug = 0;
 
 #ifdef SIGSYS
 void pll_trap          P((int));
@@ -121,9 +120,6 @@ main(
            case 'c':
                cost++;
                break;
-           case 'd':
-               debug++;
-               break;
            case 'e':
                ntx.modes |= MOD_ESTERROR;
                ntx.esterror = atoi(ntp_optarg);
@@ -166,7 +162,7 @@ main(
 -m maxerror    max possible error (us)\n\
 -o offset      current offset (ms)\n\
 -r             print the unix and NTP time raw\n\
--l leap                Set the leap bits\n\
+-s status      Set the status bits\n\
 -t timeconstant        log2 of PLL time constant (0 .. %d)\n",
                               progname, optargs,
 #ifdef MOD_MICRO