diff --exclude CVS --exclude .git -uNr Python-2.4.4/Lib/plat-linux3/regen Python-2.4.4.modified/Lib/plat-linux3/regen
--- Python-2.4.4/Lib/plat-linux3/regen	1969-12-31 19:00:00.000000000 -0500
+++ Python-2.4.4.modified/Lib/plat-linux3/regen	2001-08-09 08:48:17.000000000 -0400
@@ -0,0 +1,8 @@
+#! /bin/sh
+case `uname` in
+Linux*)	;;
+*)	echo Probably not on a Linux system 1>&2
+	exit 1;;
+esac
+set -v
+h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/dlfcn.h
