mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
PR: ports/159531 Submitted by: daniele <danielependenza@yahoo.fr> Approved by: maintainer (timur@)
11 lines
391 B
C
11 lines
391 B
C
--- ./source4/param/pyparam.c.orig 2011-08-05 17:33:17.000000000 +0200
|
|
+++ ./source4/param/pyparam.c 2011-08-05 17:33:48.000000000 +0200
|
|
@@ -21,7 +21,7 @@
|
|
#include "includes.h"
|
|
#include "param/param.h"
|
|
#include "param/loadparm.h"
|
|
-#include "pytalloc.h"
|
|
+#include "lib/talloc/pytalloc.h"
|
|
|
|
/* There's no Py_ssize_t in 2.4, apparently */
|
|
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
|