summaryrefslogtreecommitdiff
path: root/comms/libmal/patches/patch-ab
blob: 1e14cf30268e715124630f8b2bce92814d9cd078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.1 2004/11/02 13:36:50 gavan Exp $

--- malsync/mal/common/AGUtilUnix.h.orig	2000-05-14 22:17:36.000000000 +0100
+++ malsync/mal/common/AGUtilUnix.h
@@ -41,15 +41,6 @@ extern "C" {
 #define min(a,b)  ((a) < (b) ? (a) : (b))
 #endif /* !min */
 
-#ifdef __sun__
-#ifndef MALSYNC
-#include <httpd.h>
-#include <ap.h>
-#endif
-#define snprintf ap_snprintf
-#define vsnprintf ap_vsnprintf
-#endif
-
 #endif /* __unix__ */
 
 #ifdef __cplusplus