26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
$OpenBSD: patch-rsync_h,v 1.4 2003/05/11 22:20:55 naddy Exp $
|
|
--- rsync.h.orig Sun Jan 26 21:11:16 2003
|
|
+++ rsync.h Mon Mar 3 23:46:33 2003
|
|
@@ -114,10 +114,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_MALLOC_H
|
|
-#include <malloc.h>
|
|
-#endif
|
|
-
|
|
#ifdef TIME_WITH_SYS_TIME
|
|
#include <sys/time.h>
|
|
#include <time.h>
|
|
@@ -182,10 +178,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2
|
|
|
|
#ifdef HAVE_GLOB_H
|
|
#include <glob.h>
|
|
-#endif
|
|
-
|
|
-#ifdef HAVE_MALLOC_H
|
|
-# include <malloc.h>
|
|
#endif
|
|
|
|
/* these are needed for the uid/gid mapping code */
|