comparison fake-rfc2553.h @ 1046:b8f4b7027191 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Feb 2015 22:48:34 +0800
parents deed0571cacc
children
comparison
equal deleted inserted replaced
1014:37c510c2ac7c 1046:b8f4b7027191
37 * But these functions are not implemented correctly. The minimum subset 37 * But these functions are not implemented correctly. The minimum subset
38 * is implemented for ssh use only. For example, this routine assumes 38 * is implemented for ssh use only. For example, this routine assumes
39 * that ai_family is AF_INET. Don't use it for another purpose. 39 * that ai_family is AF_INET. Don't use it for another purpose.
40 */ 40 */
41 41
42 #ifndef _FAKE_RFC2553_H 42 #ifndef DROPBEAR_FAKE_RFC2553_H
43 #define _FAKE_RFC2553_H 43 #define DROPBEAR_FAKE_RFC2553_H
44 44
45 #include "includes.h" 45 #include "includes.h"
46 #include <sys/types.h> 46 #include <sys/types.h>
47 #if defined(HAVE_NETDB_H) 47 #if defined(HAVE_NETDB_H)
48 # include <netdb.h> 48 # include <netdb.h>