mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
19 lines
540 B
C
19 lines
540 B
C
*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003
|
|
--- _librsyncmodule.c Sat Aug 9 17:26:59 2003
|
|
***************
|
|
*** 13,19 ****
|
|
* ----------------------------------------------------------------------- */
|
|
|
|
#include <Python.h>
|
|
! #include <rsync.h>
|
|
#define RS_JOB_BLOCKSIZE 65536
|
|
|
|
static PyObject *librsyncError;
|
|
--- 13,19 ----
|
|
* ----------------------------------------------------------------------- */
|
|
|
|
#include <Python.h>
|
|
! #include <librsync.h>
|
|
#define RS_JOB_BLOCKSIZE 65536
|
|
|
|
static PyObject *librsyncError;
|