1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

robert frank - some Next3 compilation errors detected.

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent e7c1100390
commit da3d9602c7

View File

@ -710,7 +710,6 @@ char *mktemp(char *); /* No standard include */
#include <strings.h>
#include <sys/dir.h>
#include <sys/vfs.h>
#define bzero(b,len) memset(b,0,len)
#define NO_UTIMBUF
#include <libc.h>
#define NOSTRDUP
@ -722,6 +721,7 @@ char *mktemp(char *); /* No standard include */
#define SIGNAL_CAST (void (*)(int))
#define WAIT3_CAST1 (union wait *)
#define HAVE_GMTOFF
#define O_NONBLOCK O_NDELAY
#endif