diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-11-02 23:58:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-11-02 23:58:18 +0000 |
commit | bc4a68140eca0afdd6f9a3b185d61d4f610fa6a0 (patch) | |
tree | 42763c9947c1f07006be35304acdc25323435154 /net/openntpd/files | |
parent | a84ce9020a279c97c6b6a5e1174af617d5740093 (diff) |
Notes
Diffstat (limited to 'net/openntpd/files')
-rw-r--r-- | net/openntpd/files/patch-config.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openntpd/files/patch-config.c b/net/openntpd/files/patch-config.c deleted file mode 100644 index db63ae348861..000000000000 --- a/net/openntpd/files/patch-config.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- config.c.orig Fri Aug 20 13:43:20 2004 -+++ config.c Sat Sep 4 04:04:38 2004 -@@ -133,7 +133,11 @@ - if (error) { - log_warnx("could not parse \"%s\": %s", s, - gai_strerror(error)); -+#ifdef EAI_NODATA - if (error == EAI_AGAIN || error == EAI_NODATA) -+#else -+ if (error == EAI_AGAIN) -+#endif - return (0); - else - return (-1); |