From owner-freebsd-bugs Thu Apr 6 09:26:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA01421 for bugs-outgoing; Thu, 6 Apr 1995 09:26:04 -0700 Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA01415 for ; Thu, 6 Apr 1995 09:26:02 -0700 Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id SAA02892 for bugs@freebsd.org; Thu, 6 Apr 1995 18:15:22 +0200 From: Luigi Rizzo Message-Id: <199504061615.SAA02892@labinfo.iet.unipi.it> Subject: cfree() and cuserid() no more there ? To: bugs@FreeBSD.org Date: Thu, 6 Apr 1995 18:15:22 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 717 Sender: bugs-owner@FreeBSD.org Precedence: bulk Trying to compile chipmunk, I found out that both cuserid() and cfree() are no more part of the standard library. They were present in 1.1, although there wasn't a manpage. Is that the way it must be ? [the fix is easy, cfree is just a call to free(), it was in stdlib/calloc.c; cuserid() was in gen/getlogin.c(), and it's a bit longer but not really complex.] Luigi ==================================================================== Luigi Rizzo Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it Universita' di Pisa tel: +39-50-568533 via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 ====================================================================