Date: Fri, 14 Aug 1998 01:06:56 -0700 (PDT) From: mpwlasec@berlin.snafu.de To: freebsd-gnats-submit@FreeBSD.ORG Subject: bin/7612: The Prototype of the mkdtemp(3) function is missing from unistd.h Message-ID: <199808140806.BAA17200@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 7612 >Category: bin >Synopsis: The Prototype of the mkdtemp(3) function is missing from unistd.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 14 01:10:00 PDT 1998 >Last-Modified: >Originator: Gottfried Ganßauge >Organization: M.P.W.LASEC Software GmbH >Release: 2.2.6 >Environment: FreeBSD gg3pc.lasec.de 2.2.6-STABLE FreeBSD 2.2.6-STABLE #5: Mon May 25 17:44:12 CEST 1998 Root@gg3pc.lasec.de:/.tmp_mount/lasecpc/usr/src/sys/compile/GG3PC i386 >Description: The declaration of function mkdtemp(3) is missing from unistd.h. According to the manual page it should be declared in that file but it is not (also not in 2.2.7 of 08-10-1998). >How-To-Repeat: >Fix: declare extern char *mkdtemp (char *) within the source files where the function is needed. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808140806.BAA17200>