From owner-freebsd-questions Sun Oct 1 19:54:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 84F9037B66C for ; Sun, 1 Oct 2000 19:54:18 -0700 (PDT) Received: from d.tracker ([216.191.73.85]) by www3.pacific-pages.com (8.8.5) id UAA28330; Sun, 1 Oct 2000 20:53:47 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.9.3/8.9.3) id WAA62120 for questions@freebsd.org; Sun, 1 Oct 2000 22:50:39 GMT (envelope-from david) Date: Sun, 1 Oct 2000 22:50:39 GMT From: David Banning Message-Id: <200010012250.WAA62120@d.tracker> To: questions@freebsd.org Subject: tempnam() possibly used unsafely; keeps showing Reply-To: david@banning.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get this error message quite a bit while compiling. Now I am getting it compiling mysql322-client; .libs/libmysqlclient.so: warning: tempnam() possibly used unsafely; consider using mkstemp()^M I am attempting to go through every file that makes up libmysqlclient.so to see if tempnam is in, then change it to mkstemp - but it is a lot of work. Maybe the error is not really important. Anyone know anything? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message