Deleted Added
full compact
fake-rfc2553.h (149753) fake-rfc2553.h (162856)
1/* $Id: fake-rfc2553.h,v 1.12 2005/08/03 05:36:21 dtucker Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/fake-rfc2553.h 149753 2005-09-03 07:04:25Z des $ */
1/* $Id: fake-rfc2553.h,v 1.13 2006/07/24 03:51:52 djm Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/fake-rfc2553.h 162856 2006-09-30 13:38:06Z des $ */
3
4/*
5 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
6 * Copyright (C) 1999 WIDE Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 26 unchanged lines hidden (view full) ---

37 * is implemented for ssh use only. For example, this routine assumes
38 * that ai_family is AF_INET. Don't use it for another purpose.
39 */
40
41#ifndef _FAKE_RFC2553_H
42#define _FAKE_RFC2553_H
43
44#include "includes.h"
3
4/*
5 * Copyright (C) 2000-2003 Damien Miller. All rights reserved.
6 * Copyright (C) 1999 WIDE Project. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

--- 26 unchanged lines hidden (view full) ---

37 * is implemented for ssh use only. For example, this routine assumes
38 * that ai_family is AF_INET. Don't use it for another purpose.
39 */
40
41#ifndef _FAKE_RFC2553_H
42#define _FAKE_RFC2553_H
43
44#include "includes.h"
45#include "sys/types.h"
45#include <sys/types.h>
46#if defined(HAVE_NETDB_H)
47# include <netdb.h>
48#endif
46
47/*
48 * First, socket and INET6 related definitions
49 */
50#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
51# define _SS_MAXSIZE 128 /* Implementation specific max size */
52# define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
53struct sockaddr_storage {

--- 116 unchanged lines hidden ---
49
50/*
51 * First, socket and INET6 related definitions
52 */
53#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
54# define _SS_MAXSIZE 128 /* Implementation specific max size */
55# define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))
56struct sockaddr_storage {

--- 116 unchanged lines hidden ---