Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 1997 15:54:45 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        gpalmer@FreeBSD.ORG
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: eBones
Message-ID:  <199708132254.PAA21048@vader.cs.berkeley.edu>
In-Reply-To: <15444.871506377@orion.webspan.net> (gpalmer@FreeBSD.ORG)

next in thread | previous in thread | raw e-mail | index | archive | help
 * /usr/src/eBones/lib/libkrb/send_to_kdc.c:49: conflicting types for `malloc'

This has been fixed on freefall on July 13.  (I thought markm fixed the 
international repository.)  Remove the malloc() etc. decls and all
will be peachy.

FYI, this was a long-standing bug, only masked by gcc's special-case
handling of "void *" vs. "char *" functions in system header files.
The recent buildworld changes build those stuff with DESTDIR set, and
gcc no longer recognizes that stdlib.h as a system header file.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708132254.PAA21048>