From 82a6c1c5b6f779ce45b6965bc205e5a68f52d922 Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 3 Dec 2003 16:10:22 +0000 Subject: [PATCH] unnecessary patch --- .../stable/patches/patch-include_libiberty_h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 devel/binutils/stable/patches/patch-include_libiberty_h diff --git a/devel/binutils/stable/patches/patch-include_libiberty_h b/devel/binutils/stable/patches/patch-include_libiberty_h deleted file mode 100644 index e36574d3eeb..00000000000 --- a/devel/binutils/stable/patches/patch-include_libiberty_h +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-include_libiberty_h,v 1.3 2003/06/08 03:04:50 brad Exp $ ---- include/libiberty.h.orig Thu Jun 7 00:21:38 2001 -+++ include/libiberty.h Sun Mar 10 02:28:37 2002 -@@ -48,6 +48,11 @@ extern "C" { - #include - #endif - -+/* Make temporary file name */ -+ -+extern int mkstemp PARAMS ((char *)); -+extern char *mkdtemp PARAMS ((char *)); -+ - /* Build an argument vector from a string. Allocates memory using - malloc. Use freeargv to free the vector. */ -