diff options
author | Luke Leighton <lkcl@samba.org> | 1998-05-14 11:16:18 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-05-14 11:16:18 +0000 |
commit | da3d9602c71094df4dba0edd45ade71555f5e97b (patch) | |
tree | a3a5e23931ba050bf8276f7ac5c38e9315b08ac3 | |
parent | e7c1100390b714bf2f489a9032156b0c9272e403 (diff) | |
download | samba-da3d9602c71094df4dba0edd45ade71555f5e97b.tar.gz samba-da3d9602c71094df4dba0edd45ade71555f5e97b.tar.xz samba-da3d9602c71094df4dba0edd45ade71555f5e97b.zip |
robert frank - some Next3 compilation errors detected.
-rw-r--r-- | source/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 2bb154554f1..acae03c56be 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -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 |