$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);
