1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-08 12:59:17 -04:00
ports/net/samba4-devel/files/patch-source4-auth-pyauth.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
320 B
C

--- ./source4/auth/pyauth.h.orig 2010-01-11 06:35:28.000000000 +0100
+++ ./source4/auth/pyauth.h 2011-08-05 17:45:16.000000000 +0200
@@ -20,7 +20,7 @@
#ifndef _PYAUTH_H_
#define _PYAUTH_H_
-#include "pytalloc.h"
+#include "lib/talloc/pytalloc.h"
#include "auth/session.h"
PyAPI_DATA(PyTypeObject) PyAuthSession;