Date: Sat, 18 Dec 1999 22:51:43 -0600 (CST) From: Joe <joe@team7.cba.ualr.edu> To: Randall Hopper <aa8vb@ipass.net> Cc: stable@FreeBSD.ORG Subject: Re: Help -stable users: where is "mkstemps()" Message-ID: <Pine.BSF.4.10.9912182250180.483-100000@njal.ualr.edu> In-Reply-To: <19991218232837.A39838@ipass.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912182250180.483-100000>