Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2012 16:41:08 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232504 - head/lib/libc/stdio
Message-ID:  <201203041641.q24Gf8gM043488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Mar  4 16:41:07 2012
New Revision: 232504
URL: http://svn.freebsd.org/changeset/base/232504

Log:
  Remove reference to gcc's non-standard -fwritable-strings, which
  doesn't exist in recent releases (and is bad advice anyway)
  
  PR:		docs/163119
  Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
  Approved by:	cperciva
  MFC after:	1 week

Modified:
  head/lib/libc/stdio/mktemp.3

Modified: head/lib/libc/stdio/mktemp.3
==============================================================================
--- head/lib/libc/stdio/mktemp.3	Sun Mar  4 16:39:08 2012	(r232503)
+++ head/lib/libc/stdio/mktemp.3	Sun Mar  4 16:41:07 2012	(r232504)
@@ -28,7 +28,7 @@
 .\"     @(#)mktemp.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd February 11, 1998
+.Dd March 4, 2012
 .Dt MKTEMP 3
 .Os
 .Sh NAME
@@ -180,12 +180,6 @@ with an argument of
 will result in a core dump due to
 .Fn mkstemp
 attempting to modify the string constant that was given.
-If the program in question makes heavy use of that type
-of function call, you do have the option of compiling the program
-so that it will store string constants in a writable segment of memory.
-See
-.Xr gcc 1
-for more information.
 .Sh SEE ALSO
 .Xr chmod 2 ,
 .Xr getpid 2 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203041641.q24Gf8gM043488>