From owner-freebsd-stable Wed Aug 13 15:54:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA04911 for stable-outgoing; Wed, 13 Aug 1997 15:54:56 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA04898; Wed, 13 Aug 1997 15:54:46 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.6/8.7.3) id PAA21048; Wed, 13 Aug 1997 15:54:45 -0700 (PDT) Date: Wed, 13 Aug 1997 15:54:45 -0700 (PDT) Message-Id: <199708132254.PAA21048@vader.cs.berkeley.edu> To: gpalmer@FreeBSD.ORG CC: freebsd-stable@FreeBSD.ORG In-reply-to: <15444.871506377@orion.webspan.net> (gpalmer@FreeBSD.ORG) Subject: Re: eBones From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * /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