mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
15 lines
523 B
Plaintext
15 lines
523 B
Plaintext
$NetBSD: patch-ab,v 1.3 2006/10/15 21:59:13 schwarz Exp $
|
|
|
|
--- killfile.c.orig 2006-01-02 23:24:47.000000000 +0000
|
|
+++ killfile.c
|
|
@@ -55,7 +55,9 @@ int check_a_group(PMaster, POneKill, cha
|
|
void print_debug(PKillStruct, const char *);
|
|
void debug_one_kill(POneKill);
|
|
void add_to_linkedlist(pmy_regex *, pmy_regex);
|
|
+#if !defined(__DragonFly__) && !defined(__APPLE__)
|
|
const char *strnstr(const char *, const char *);
|
|
+#endif
|
|
pmy_regex regex_scan(char *, char, int, int, char);
|
|
int regex_check(char *, pmy_regex, int);
|
|
|