summaryrefslogtreecommitdiff
path: root/news/nget/patches/patch-myregex_cc
diff options
context:
space:
mode:
Diffstat (limited to 'news/nget/patches/patch-myregex_cc')
-rw-r--r--news/nget/patches/patch-myregex_cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/news/nget/patches/patch-myregex_cc b/news/nget/patches/patch-myregex_cc
deleted file mode 100644
index bfbea05cd35..00000000000
--- a/news/nget/patches/patch-myregex_cc
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-myregex_cc,v 1.1 2012/05/10 02:04:36 dholland Exp $
-
-Use standard headers.
-
---- myregex.cc~ 2004-05-29 23:00:06.000000000 +0000
-+++ myregex.cc
-@@ -19,7 +19,8 @@
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif
--#include <stdlib.h>
-+#include <cstring>
-+#include <cstdlib>
- #include "myregex.h"
-
-