From owner-freebsd-stable Sat Dec 18 20:51:48 1999 Delivered-To: freebsd-stable@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id BB13914BDE for ; Sat, 18 Dec 1999 20:51:46 -0800 (PST) (envelope-from joe@team7.cba.ualr.edu) Received: from access18.mod1.ualr.edu (access18.mod1.ualr.edu [144.167.7.18]) by team7.cba.ualr.edu (8.8.8/8.8.8) with ESMTP id WAA25974; Sat, 18 Dec 1999 22:52:04 -0600 (CST) Date: Sat, 18 Dec 1999 22:51:43 -0600 (CST) From: Joe X-Sender: joe@njal.ualr.edu To: Randall Hopper Cc: stable@FreeBSD.ORG Subject: Re: Help -stable users: where is "mkstemps()" In-Reply-To: <19991218232837.A39838@ipass.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 18 Dec 1999, Randall Hopper wrote: > Can someone with a -stable system run this in their src/lib tree?: > > find /usr/src/lib | xargs grep -l mkstemps > > Thanks a bunch! > > I pulled the latest gcc295, and won't even dynamically link on my system > since I have no mkstemps in my libc. From past posts, I see mkstemps was > added to libc recently. But which libc source file defines this symbol? I > want to grab it, patch it into my libc, and rebuild, but I need to know > which source file. > > Randall > Is this what you are looking for? bash-2.03$ find /usr/src/lib | xargs grep -l mkstemps /usr/src/lib/libc/stdio/Makefile.inc /usr/src/lib/libc/stdio/mktemp.3 /usr/src/lib/libc/stdio/mktemp.c -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message