mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fixes for OpenBSD
This commit is contained in:
parent
07f272122d
commit
885b65a09a
11 changed files with 42 additions and 31 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#if defined(sun) || defined(__FreeBSD__)
|
||||
#if defined(sun) || defined(CSRG_BASED)
|
||||
#include <iconv.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
|
@ -931,7 +931,7 @@ friend class Session;
|
|||
DTMailError_t minor_code);
|
||||
};
|
||||
|
||||
#if defined(sun) || defined(__FreeBSD__)
|
||||
#if defined(sun) || defined(CSRG_BASED)
|
||||
template <typename T>
|
||||
size_t iconv (iconv_t i, const T inbuf, size_t* inleft,
|
||||
char** outbuf, size_t* outleft)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue