Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/nbt/pynbt.c

    r740 r988  
    2121#include "includes.h"
    2222#include "libcli/util/pyerrors.h"
    23 #include "scripting/python/modules.h"
     23#include "python/modules.h"
    2424#include "../libcli/nbt/libnbt.h"
    2525#include "lib/events/events.h"
    2626
    2727void initnetbios(void);
    28 
    29 #ifndef Py_RETURN_NONE
    30 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
    31 #endif
    3228
    3329extern PyTypeObject nbt_node_Type;
Note: See TracChangeset for help on using the changeset viewer.