ports/net/samba4-devel/files/patch-source4-auth-credentials-pycredentials.h
Koop Mast 52ff4c1fec Make samba4 build with new tevent and talloc.
PR:		ports/159531
Submitted by:	daniele <danielependenza@yahoo.fr>
Approved by:	maintainer (timur@)
2011-08-17 10:36:32 +00:00

11 lines
441 B
C

--- ./source4/auth/credentials/pycredentials.h.orig 2010-01-11 06:35:28.000000000 +0100
+++ ./source4/auth/credentials/pycredentials.h 2011-08-05 17:40:27.000000000 +0200
@@ -20,7 +20,7 @@
#define _PYCREDENTIALS_H_
#include "auth/credentials/credentials.h"
-#include "pytalloc.h"
+#include "lib/talloc/pytalloc.h"
PyAPI_DATA(PyTypeObject) PyCredentials;
#define PyCredentials_Check(py_obj) PyObject_TypeCheck(py_obj, &PyCredentials)