blob: fa235bca305a25a080322e29dd33726b5e4a8a94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-as,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
Index: regexp.c
===================================================================
RCS file: /home/siren/src/tvtwm/regexp.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- regexp.c 1999/08/08 05:46:53 1.1.1.1
+++ regexp.c 1999/08/08 05:56:56 1.2
@@ -25,14 +25,13 @@
#ifndef FILE
#include <stdio.h>
#endif /* FILE */
+#include <strings.h>
#ifndef NSUBEXP
#include "regexp.h"
#endif /* NSUBEXP */
#ifndef MAGIC
#include "regmagic.h"
#endif /* MAGIC */
-
-extern char *strchr();
/*
* The "internal use only" fields in regexp.h are present to pass info from
|