$OpenBSD: patch-Modules_socketmodule_c,v 1.3 2010/07/23 13:56:26 sthen Exp $
--- Modules/socketmodule.c.orig	Thu Feb  4 20:26:34 2010
+++ Modules/socketmodule.c	Thu Jun 17 13:04:44 2010
@@ -93,9 +93,6 @@ Local naming conventions:
 #include "Python.h"
 #include "structmember.h"
 
-#undef MAX
-#define MAX(x, y) ((x) < (y) ? (y) : (x))
-
 /* Socket object documentation */
 PyDoc_STRVAR(sock_doc,
 "socket([family[, type[, proto]]]) -> socket object\n\
