Deleted Added
full compact
compat.c (261320) compat.c (263691)
1/* $OpenBSD: compat.c,v 1.82 2013/12/30 23:52:27 djm Exp $ */
1/* $OpenBSD: compat.c,v 1.82 2013/12/30 23:52:27 djm Exp $ */
2/* $FreeBSD: head/crypto/openssh/compat.c 261320 2014-01-31 13:12:02Z des $ */
2/* $FreeBSD: head/crypto/openssh/compat.c 263691 2014-03-24 19:15:13Z des $ */
3/*
4 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include "includes.h"
3/*
4 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include "includes.h"
28__RCSID("$FreeBSD: head/crypto/openssh/compat.c 263691 2014-03-24 19:15:13Z des $");
28
29#include <sys/types.h>
30
31#include <stdlib.h>
32#include <string.h>
33#include <stdarg.h>
34
35#include "xmalloc.h"

--- 243 unchanged lines hidden ---
29
30#include <sys/types.h>
31
32#include <stdlib.h>
33#include <string.h>
34#include <stdarg.h>
35
36#include "xmalloc.h"

--- 243 unchanged lines hidden ---