1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

includes.h: Fixes for NetBSD and BSDI.

smbpass.c: Fixed irix warnings.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent e30a7e023b
commit 2caefb35ff
2 changed files with 5 additions and 2 deletions

View File

@@ -508,6 +508,7 @@ char *mktemp(char *); /* No standard include */
#include <netinet/tcp.h>
#define SIGNAL_CAST (void (*)())
#define USE_DIRECT
#define QSORT_CAST (int (*)(const void *, const void *))
#endif
@@ -521,6 +522,8 @@ char *mktemp(char *); /* No standard include */
#include <strings.h>
#endif /* NetBSD1_3 */
#include <netinet/tcp.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
/* you may not need this */
#define NO_GETSPNAM
#define SIGNAL_CAST (void (*)())