openbsd-ports/net/rsync/patches/patch-rsync_h
2002-03-15 23:54:53 +00:00

26 lines
577 B
Plaintext

$OpenBSD: patch-rsync_h,v 1.3 2002/03/15 23:54:53 espie Exp $
--- rsync.h.orig Sat Feb 23 01:17:50 2002
+++ rsync.h Thu Mar 14 15:14:16 2002
@@ -113,10 +113,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>
@@ -181,10 +177,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 */