From: Harlan Stenn Date: Wed, 21 Feb 2007 20:16:15 +0000 (-0500) Subject: [Bug 776] Remove the obsolete r: from the getopt string in ntpdate X-Git-Tag: NTP_4_2_5P10~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45315da804f1d06ec1b1185c1c4d5ccc24b87870;p=thirdparty%2Fntp.git [Bug 776] Remove the obsolete r: from the getopt string in ntpdate bk: 45dca88fosVqVbpVAjyc9AhwUg0lYw --- diff --git a/ntpdate/ntpdate.c b/ntpdate/ntpdate.c index af737e10d..39b8eb7be 100644 --- a/ntpdate/ntpdate.c +++ b/ntpdate/ntpdate.c @@ -367,7 +367,7 @@ ntpdatemain ( /* * Decode argument list */ - while ((c = ntp_getopt(argc, argv, "46a:bBde:k:o:p:qr:st:uv")) != EOF) + while ((c = ntp_getopt(argc, argv, "46a:bBde:k:o:p:qst:uv")) != EOF) switch (c) { case '4':