aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh/files/patch-at
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-03-03 06:10:10 +0000
committerBrian Feldman <green@FreeBSD.org>2000-03-03 06:10:10 +0000
commit672ba2f225d919a52ed93319cdfaed1272f9e348 (patch)
tree8a35434caf624e153b8d8606223eb238b65b104e /security/openssh/files/patch-at
parentaacf6a251013614f00a342c3cf086fb01b5c244e (diff)
Update this to a CVS_DATE of a few minutes ago.
Diffstat (limited to 'security/openssh/files/patch-at')
-rw-r--r--security/openssh/files/patch-at9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/openssh/files/patch-at b/security/openssh/files/patch-at
index 64a3b5cd80ed..66049dac99c2 100644
--- a/security/openssh/files/patch-at
+++ b/security/openssh/files/patch-at
@@ -1,14 +1,5 @@
--- sshconnect.c- Tue Feb 15 22:00:22 2000
+++ sshconnect.c Tue Feb 15 22:00:27 2000
-@@ -150,7 +150,7 @@
- int p = IPPORT_RESERVED - 1;
- sock = rresvport_af(&p, family);
- if (sock < 0)
-- fatal("rresvport: af=%d %.100s", family, strerror(errno));
-+ error("rresvport: af=%d %.100s", family, strerror(errno));
- debug("Allocated local port %d.", p);
- } else {
- /*
@@ -1080,9 +1080,11 @@
case AF_INET:
local = (ntohl(((struct sockaddr_in *)hostaddr)->sin_addr.s_addr) >> 24) == IN_LOOPBACKNET;