From nobody  Fri Aug 14 01:06:56 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id BAA17200;
          Fri, 14 Aug 1998 01:06:56 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199808140806.BAA17200@hub.freebsd.org>
Date: Fri, 14 Aug 1998 01:06:56 -0700 (PDT)
From: mpwlasec@berlin.snafu.de
To: freebsd-gnats-submit@freebsd.org
Subject: The Prototype of the mkdtemp(3) function is missing from unistd.h
X-Send-Pr-Version: www-1.0

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 14 01:10:00 PDT 1998
>Closed-Date:    Fri Aug 14 04:37:19 PDT 1998
>Last-Modified:  Fri Aug 14 04:37:41 PDT 1998
>Originator:     Gottfried Ganauge
>Release:        2.2.6
>Organization:
M.P.W.LASEC Software GmbH
>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.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: thepish 
State-Changed-When: Fri Aug 14 04:37:19 PDT 1998 
State-Changed-Why:  
fixed in 227 thanks 
>Unformatted:
