mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r3482: fixed a warning and an error from the IRIX 6.4 build
This commit is contained in:
parent
c6f4865744
commit
8ec3cf8b2b
@ -56,7 +56,7 @@ static size_t ucs2hex_push(void *,const char **, size_t *, char **, size_t *);
|
||||
static size_t iconv_copy (void *,const char **, size_t *, char **, size_t *);
|
||||
static size_t iconv_swab (void *,const char **, size_t *, char **, size_t *);
|
||||
|
||||
static const struct charset_functions const builtin_functions[] = {
|
||||
static const struct charset_functions builtin_functions[] = {
|
||||
/* windows is closest to UTF-16 */
|
||||
{"UCS-2LE", iconv_copy, iconv_copy},
|
||||
{"UTF-16LE", iconv_copy, iconv_copy},
|
||||
|
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/network.h"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user