openbsd-ports/net/pop3gwd/patches/patch-pop3-gwh
2003-06-18 12:18:12 +00:00

13 lines
354 B
Plaintext

# $OpenBSD: patch-pop3-gwh,v 1.2 2003/06/18 12:18:12 naddy Exp $
--- pop3-gw.h.orig Thu Jun 19 11:06:28 1997
+++ pop3-gw.h Wed Jun 18 14:13:14 2003
@@ -96,7 +96,7 @@ void relay_data(int first_filedes, int s
#define BAD -1
#define FALSE 0
#define TRUE 1
-#ifndef __FreeBSD__
+#if !defined( BSD4_4 )
#define MAX(A, B) ((A) > (B) ? (A) : (B))
#endif