summaryrefslogtreecommitdiff
path: root/net/ntp4/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp4/patches/patch-aa')
-rw-r--r--net/ntp4/patches/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/ntp4/patches/patch-aa b/net/ntp4/patches/patch-aa
deleted file mode 100644
index 923e58b3e82..00000000000
--- a/net/ntp4/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2001/08/14 17:55:19 fredb Exp $
-
-Index: ntpdate/ntpdate.c
-===================================================================
-RCS file: /cvsroot/basesrc/dist/ntp/ntpdate/ntpdate.c,v
-retrieving revision 1.1.1.2
-retrieving revision 1.2
-diff -u -r1.1.1.2 -r1.2
---- ntpdate/ntpdate.c 2000/04/22 14:53:42 1.1.1.2
-+++ ntpdate/ntpdate.c 2001/02/02 03:35:24 1.2
-@@ -431,7 +431,7 @@
-
- if (errflg) {
- (void) fprintf(stderr,
-- "usage: %s [-bBdqsv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-r rate] [-t timeo] server ...\n",
-+ "usage: %s [-bBdqsuv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-r rate] [-t timeo] server ...\n",
- progname);
- exit(2);
- }