IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: 2.0b on FreeBSD 4.2
- From: Adrian Chadd
- Date: Wed Dec 27 08:07:53 2000
On Tue, Dec 26, 2000, K.C. Smith wrote:
> I've been trying to build IRRd (irrd2.0b-Nov6-2000.tar.gz) on FreeBSD 4.2
> and am having the following compile error. Any suggestions would be
> greatly appreciated. K.C. Smith
>
I've got this patch in my local irrd tree.
(Ignore the revision numbers..)
Index: atomic_trans.c
===================================================================
RCS file: /home/ncvs/programs/irrd/src/programs/IRRd/atomic_trans.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 atomic_trans.c
--- atomic_trans.c 2000/11/14 14:10:00 1.1.2.1
+++ atomic_trans.c 2000/12/27 13:05:17
@@ -1,4 +1,6 @@
+#include <sys/types.h>
+#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
#include "config_file.h"
Give it a whirl.
--
Adrian Chadd "Here's five for the cake, and
<adrian@creative.net.au> five to buy a clue."
- Ryan, Whatever it Takes
|