diff options
| author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-18 11:18:25 +0000 |
|---|---|---|
| committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-18 11:18:25 +0000 |
| commit | 9df24a193823688f18b834839e1502fb5bd19ce2 (patch) | |
| tree | e0062887449a8b414fa2ab30ef67c12e485e7d5e /security/openssh/files/patch-ad | |
| parent | 207ad0ba667346e7483d7bb3fe4171b01964f911 (diff) | |
- remove me from another MAINTAINER
- add 'ipv6' on CATEGORIES
- use ${OSVERSION} instead of ${USE_INET6} for checking getaddrinfo()
existence.
- fix broken ${ECHO_MSG}
- avoid duplicate copying rcmd.c
Diffstat (limited to 'security/openssh/files/patch-ad')
| -rw-r--r-- | security/openssh/files/patch-ad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/files/patch-ad b/security/openssh/files/patch-ad index ee8482f484c0..fe07d2c0ee29 100644 --- a/security/openssh/files/patch-ad +++ b/security/openssh/files/patch-ad @@ -1,5 +1,5 @@ ---- lib/Makefile.orig Fri Jan 14 04:55:08 2000 -+++ lib/Makefile Fri Jan 14 08:01:17 2000 +--- lib/Makefile.orig Sun Jan 16 07:10:10 2000 ++++ lib/Makefile Tue Jan 18 14:56:00 2000 @@ -4,7 +4,12 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ @@ -8,7 +8,7 @@ + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ + strlcat.c strlcpy.c + -+.if !defined(USE_INET6) ++.if defined(COMPAT_GETADDRINFO) +SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c +.endif |
