summaryrefslogtreecommitdiff
path: root/security/gnupg2/patches/patch-ab
blob: 8c6cb0d43d6c8f9985ba41e3604507ba1095cecc (plain)
1
2
3
4
5
6
7
8
$NetBSD: patch-ab,v 1.1.1.1 2006/11/17 12:13:11 shannonjr Exp $

--- common/memrchr.h.orig	2006-10-19 04:13:17.000000000 -0600
+++ common/memrchr.h
@@ -0,0 +1,3 @@
+#include <string.h>
+void *
+memrchr(const void *s, int c, size_t n);