From owner-cvs-all Fri Jul 6 21: 8:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC74837B406; Fri, 6 Jul 2001 21:08:32 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6748Wk75310; Fri, 6 Jul 2001 21:08:32 -0700 (PDT) (envelope-from mikeh) Message-Id: <200107070408.f6748Wk75310@freefall.freebsd.org> From: Mike Heffner Date: Fri, 6 Jul 2001 21:08:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio tmpfile.c tmpnam.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2001/07/06 21:08:32 PDT Modified files: lib/libc/stdio tmpfile.c tmpnam.3 Log: Attempt to use the environment variable TMPDIR for the temporary directory, defaulting to /tmp. PR: bin/16924 Reviewed by: dd MFC after: 2 weeks Revision Changes Path 1.6 +14 -4 src/lib/libc/stdio/tmpfile.c 1.8 +8 -1 src/lib/libc/stdio/tmpnam.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message