mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
PR: ports/163688 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Approved by: maintainer timeout (timur; 15 days)
11 lines
403 B
C
11 lines
403 B
C
--- ./source4/param/pyparam_util.c.orig 2010-01-11 07:35:28.000000000 +0200
|
|
+++ ./source4/param/pyparam_util.c 2012-01-12 19:37:26.501392786 +0200
|
|
@@ -21,7 +21,7 @@
|
|
#include "includes.h"
|
|
#include "param/param.h"
|
|
#include "param/loadparm.h"
|
|
-#include "pytalloc.h"
|
|
+#include "lib/talloc/pytalloc.h"
|
|
|
|
#define PyLoadparmContext_AsLoadparmContext(obj) py_talloc_get_type(obj, struct loadparm_context)
|
|
|