1
0
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:
Andrew Tridgell 2004-11-02 12:43:25 +00:00 committed by Gerald (Jerry) Carter
parent c6f4865744
commit 8ec3cf8b2b
2 changed files with 2 additions and 1 deletions

View File

@ -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},

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "system/network.h"