mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
PR: ports/159531 Submitted by: daniele <danielependenza@yahoo.fr> Approved by: maintainer (timur@)
11 lines
441 B
C
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)
|