diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-02-04 10:41:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-02-04 10:41:41 +0000 |
commit | 5037eb16010e0502027c76667ca8e3f8807e5f92 (patch) | |
tree | 42f63ed0323033af5cdd051ff2b6223bbe858701 /news/fidogate4/files/patch-dbz.c | |
parent | dns/dnsdist: Update to 1.4.0 (diff) |
- move fidogate to fidogate4
- update to 5.7
PR: 243761
Submitted by: Sergey Anokhin
Notes
Notes:
svn path=/head/; revision=525142
Diffstat (limited to 'news/fidogate4/files/patch-dbz.c')
-rw-r--r-- | news/fidogate4/files/patch-dbz.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/fidogate4/files/patch-dbz.c b/news/fidogate4/files/patch-dbz.c new file mode 100644 index 000000000000..fb07c6eb309a --- /dev/null +++ b/news/fidogate4/files/patch-dbz.c @@ -0,0 +1,13 @@ +--- src/toss/dbz.c.orig 2000-10-18 21:53:57 UTC ++++ src/toss/dbz.c +@@ -300,8 +300,10 @@ static int debug; /* controlled by dbz + #endif + + /* externals used */ ++#ifndef __FreeBSD__ + extern char *malloc(); + extern char *calloc(); ++#endif + extern void free(); /* ANSI C; some old implementations say int */ + extern int atoi(); + extern long atol(); |