[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-29-40-g4e755cb

Herb Lewis herb at samba.org
Wed Jun 18 21:51:18 GMT 2008


The branch, v3-0-test has been updated
       via  4e755cb5f56ee15c5151efc0dfed280c91819a39 (commit)
      from  9f4b28b984e9c41012f596675bf2afc29c36b553 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 4e755cb5f56ee15c5151efc0dfed280c91819a39
Author: Herb Lewis <herb at samba.org>
Date:   Wed Jun 18 14:29:17 2008 -0700

    ENODATA is not defined in freeBSD 4.6.2

-----------------------------------------------------------------------

Summary of changes:
 source/include/includes.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/includes.h b/source/include/includes.h
index 8253ee6..0917468 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -224,6 +224,10 @@ typedef int ber_int_t;
 #include <sys/attributes.h>
 #endif
 
+#ifndef ENODATA
+#define ENODATA EAGAIN
+#endif
+
 #ifndef ENOATTR
 #define ENOATTR ENODATA
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list