From b579b0f798c7851c7e122c6a01cdfc523fbc366a Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 12 Jan 2006 21:30:17 +0000 Subject: [PATCH] stdint.h now provides uintmax_t --- net/iperf/patches/patch-include_headers_h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/iperf/patches/patch-include_headers_h diff --git a/net/iperf/patches/patch-include_headers_h b/net/iperf/patches/patch-include_headers_h deleted file mode 100644 index 889a5c0f1f0..00000000000 --- a/net/iperf/patches/patch-include_headers_h +++ /dev/null @@ -1,14 +0,0 @@ -$OpenBSD: patch-include_headers_h,v 1.1 2005/05/08 21:16:15 jakob Exp $ ---- include/headers.h.orig Thu May 5 11:19:01 2005 -+++ include/headers.h Thu May 5 11:21:35 2005 -@@ -179,6 +179,10 @@ typedef struct sockaddr_in iperf_sockadd - // Rationalize stdint definitions and sizeof, thanks to ac_create_stdint_h.m4 - // from the gnu archive - -+#if defined( __OpenBSD__ ) -+typedef unsigned long uintmax_t; -+#endif -+ - #include - typedef uintmax_t max_size_t; -