Date: Thu, 6 Apr 1995 18:15:22 +0200 (MET DST) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: bugs@FreeBSD.org Subject: cfree() and cuserid() no more there ? Message-ID: <199504061615.SAA02892@labinfo.iet.unipi.it>
next in thread | raw e-mail | index | archive | help
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 ====================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504061615.SAA02892>