Changeset 140 for branches/samba-3.0/source/include
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- Location:
- branches/samba-3.0/source/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/include/includes.h
r124 r140 223 223 #if HAVE_SYS_ATTRIBUTES_H 224 224 #include <sys/attributes.h> 225 #endif 226 227 #ifndef ENODATA 228 #define ENODATA EAGAIN 225 229 #endif 226 230 … … 784 788 785 789 #include "nss_info.h" 790 #include "modules/nfs4_acls.h" 786 791 787 792 /***** automatically generated prototypes *****/ -
branches/samba-3.0/source/include/smb.h
r124 r140 1711 1711 enum smbd_capability { 1712 1712 KERNEL_OPLOCK_CAPABILITY, 1713 DMAPI_ACCESS_CAPABILITY 1713 DMAPI_ACCESS_CAPABILITY, 1714 LEASE_CAPABILITY 1714 1715 }; 1715 1716 -
branches/samba-3.0/source/include/version.h
r135 r140 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 0 4 #define SAMBA_VERSION_RELEASE 3 05 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.3 0"4 #define SAMBA_VERSION_RELEASE 31 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.31" 6 6 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.