Fixes for OpenBSD
This commit is contained in:
committed by
Jon Trulson
parent
07f272122d
commit
885b65a09a
@@ -114,7 +114,7 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
#define MAXNAMELEN 256
|
||||
|
||||
#if !defined(__FreeBSD__)
|
||||
#if !defined(CSRG_BASED)
|
||||
#define iconv_t int
|
||||
#define iconv_open(a, b) ((iconv_t) -1)
|
||||
#define iconv(a, b, c, d, e) ((size_t) 0)
|
||||
|
||||
Reference in New Issue
Block a user