summaryrefslogtreecommitdiff
path: root/audio/rplay/patches/patch-ac
blob: ff96c554d90f65642d37a46f72545d45d9d1d607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 1998/08/07 10:36:07 agc Exp $

--- lib/regex.h.orig	Sun Jan 18 20:42:26 1998
+++ lib/regex.h	Sun Jan 18 20:42:56 1998
@@ -473,7 +473,7 @@
              unsigned num_regs, regoff_t *starts, regoff_t *ends));
 
 /* 4.2 bsd compatibility.  */
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 extern char *re_comp _RE_ARGS ((_CONST_ char *));
 extern int re_exec _RE_ARGS ((_CONST_ char *));
 #endif