Ignore:
Timestamp:
Jul 11, 2008, 1:13:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update branch to 3.0.31 release

Location:
branches/samba-3.0/source/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/include/includes.h

    r124 r140  
    223223#if HAVE_SYS_ATTRIBUTES_H
    224224#include <sys/attributes.h>
     225#endif
     226
     227#ifndef ENODATA
     228#define ENODATA EAGAIN
    225229#endif
    226230
     
    784788
    785789#include "nss_info.h"
     790#include "modules/nfs4_acls.h"
    786791
    787792/***** automatically generated prototypes *****/
  • branches/samba-3.0/source/include/smb.h

    r124 r140  
    17111711enum smbd_capability {
    17121712    KERNEL_OPLOCK_CAPABILITY,
    1713     DMAPI_ACCESS_CAPABILITY
     1713    DMAPI_ACCESS_CAPABILITY,
     1714    LEASE_CAPABILITY
    17141715};
    17151716
  • branches/samba-3.0/source/include/version.h

    r135 r140  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 0
    4 #define SAMBA_VERSION_RELEASE 30
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.30"
     4#define SAMBA_VERSION_RELEASE 31
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.0.31"
    66#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.