Displaying 3 results from an estimated 3 matches for "option_size".
Did you mean:
  action_size
  
2000 Jun 27
1
openssh-2.1.1p1 on Irix6.2 report
...eername(socket, (struct sockaddr *) & from, &fromlen) < 0) {
  	                                                    ^
"canohost.c", line 153: warning(1164): argument of type "socklen_t *" is
          incompatible with parameter of type "int *"
  		    &option_size) >= 0 && option_size != 0) {
  		    ^
"canohost.c", line 221: warning(1164): argument of type "socklen_t *" is
          incompatible with parameter of type "int *"
  	if (getpeername(socket, (struct sockaddr *) & from, &fromlen) < 0) {...
2000 Jan 19
3
AIX openssh patches
...stname(int socket)
  {
  	struct sockaddr_in from;
! #ifdef _AIX
! 	unsigned long fromlen;
! #else
! 	int fromlen;
! #endif
! 	int i;
  	struct hostent *hp;
  	char name[MAXHOSTNAMELEN];
  
***************
*** 116,122 ****
  	{
  		unsigned char options[200], *ucp;
  		char text[1024], *cp;
! 		int option_size, ipproto;
  		struct protoent *ip;
  
  		if ((ip = getprotobyname("ip")) != NULL)
--- 121,132 ----
  	{
  		unsigned char options[200], *ucp;
  		char text[1024], *cp;
! #ifdef _AIX
! 		unsigned long option_size;
! #else
! 		int option_size;
! #endif
! 		int ipproto;
  		struct protoent...
1999 Dec 10
5
openssh on AIX v4.3.3 with native compiler
Hello,
     Was looking in the archives... and haven't seen this one listed.
When I compile openssh-1.2pre17 on AIX v4.3.3 with the native compiler
I get the following errors. I haven't see this __attribute__ code.. What
compiler/libraries are needed to compile this? I have seen that people
have compiled openssh on AIX.. Just wondering what you have used.
# make
        cc -g