Ignore:
Timestamp:
Sep 2, 2016, 11:44:25 AM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba server: remove exceptq handling, as now globaly installed when using libcx. And libcx is mandatory for samba

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/winbindd.c

    r945 r978  
    2222   along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2323*/
    24 #ifdef __OS2__
    25 #define INCL_DOSEXCEPTIONS
    26 #define INCL_DOSPROCESS
    27 #define INCL_DOSMODULEMGR
    28 #define INCL_LOADEXCEPTQ
    29 #define INCL_FORKEXCEPTQ
    30 #include "os2.h"
    31 #include "exceptq.h"
    32 #undef FILE_CREATE
    33 #undef FILE_OPEN
    34 #endif
    3524
    3625#include "includes.h"
     
    12571246        NTSTATUS status;
    12581247
    1259 #ifdef __OS2__
    1260         EXCEPTIONREGISTRATIONRECORD ExRegRec;
    1261         LoadExceptq(&ExRegRec, NULL, NULL);
    1262 #endif
    12631248        /*
    12641249         * Do this before any other talloc operation
     
    14871472        }
    14881473
    1489 #ifdef __OS2__
    1490         UninstallExceptq(&ExRegRec);
    1491 #endif
    14921474        return 0;
    14931475}
Note: See TracChangeset for help on using the changeset viewer.