diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-22 12:31:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-22 12:31:18 +0000 |
commit | c90874ad5108bd2697d287fc3749f545840f0bd3 (patch) | |
tree | 7a66115f5705b936ac81a587a7c0622564d2dbb7 /security/openssh/files/patch-includes.h | |
parent | Updated to 1.07 (diff) |
Update to openssh-3.3
- New program ssh-keysign
- New manpages for ssh_config and sshd_config
- Merge Pathes to new files
- Fix GCC problem with unsupported __func__ in older Releases
Notes
Notes:
svn path=/head/; revision=61731
Diffstat (limited to 'security/openssh/files/patch-includes.h')
-rw-r--r-- | security/openssh/files/patch-includes.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/openssh/files/patch-includes.h b/security/openssh/files/patch-includes.h index dd24de4adc86..d3c5bd40d2ad 100644 --- a/security/openssh/files/patch-includes.h +++ b/security/openssh/files/patch-includes.h @@ -1,5 +1,5 @@ --- includes.h.orig Sat Jan 26 17:44:22 2002 -+++ includes.h Fri May 24 08:21:58 2002 ++++ includes.h Sat Jun 22 12:17:34 2002 @@ -24,12 +24,12 @@ #include <sys/select.h> #include <sys/param.h> @@ -22,7 +22,7 @@ #include <stdio.h> #include <ctype.h> #include <errno.h> -@@ -62,5 +61,64 @@ +@@ -62,5 +61,68 @@ * client program. Socketpairs do not seem to work on all systems. */ #define USE_PIPES 1 @@ -84,6 +84,10 @@ +#define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) +#endif + ++#ifndef __func__ ++#define __func__ __FUNCTION__ ++#endif ++ +#endif #endif /* INCLUDES_H */ |