Coda File System

Re: Further adventures in NetBSD kernel coda support

From: Tim Robbins <tjr_at_FreeBSD.ORG>
Date: Thu, 3 Apr 2003 13:36:01 +1000
On Wed, Apr 02, 2003 at 01:36:41PM -0500, Greg Troxel wrote:

> Does -current coda really not build on 4-stable?  I haven't rebuilt in
> a while on my FreeBSD box, which is tracking 4-stable.

5.3.20 doesn't build:
gcc -fno-exceptions -MD -DHAVE_CONFIG_H -D__BSD44__ -I. -I/home/tim/coda/coda-5.3.20/include -I/home/tim/coda/coda-5.3.20 -I/usr/local/include  -g -O2 -I/usr/local/include -c pioctl.c
In file included from pioctl.h:37,
                 from pioctl.c:33:
/home/tim/coda/coda-5.3.20/include/coda.h:130: redefinition of `int8_t'
/usr/include/sys/inttypes.h:11: `int8_t' previously declared here

The patch I submitted for /coda/lib-src/kernel-includes/coda.h should
have included some versions of FreeBSD 4.x in the #ifdef for
__BIT_TYPES_DEFINED__, but I don't know exactly when these integer types
were added.


Tim
Received on 2003-04-02 22:38:01