[BACK]Return to porting.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/porting.html between version 1.53 and 1.54

version 1.53, 2005/09/26 08:52:11 version 1.54, 2006/05/02 04:14:11
Line 12 
Line 12 
   <meta name="distribution"    <meta name="distribution"
         content="global">          content="global">
   <meta name="copyright"    <meta name="copyright"
         content="This document copyright 1997-2004 by OpenBSD.">          content="This document copyright 1997-2006 by OpenBSD.">
   <title>Building an OpenBSD port</title>    <title>Building an OpenBSD port</title>
   <link rev="made" HREF="mailto:www@openbsd.org">    <link rev="made" HREF="mailto:www@openbsd.org">
  </head>   </head>
Line 148 
Line 148 
        function. Heed the warnings of the bsd linker about its uses.         function. Heed the warnings of the bsd linker about its uses.
        <strong>These must be fixed</strong>.         <strong>These must be fixed</strong>.
        This is not quite as simple as <code>s/mktemp/mkstemp/g</code>.  <br>         This is not quite as simple as <code>s/mktemp/mkstemp/g</code>.  <br>
        Refer to the <code>mktemp(3)</code> man page of OpenBSD current         Refer to
        for more indications.         <a href="http://www.openbsd.org/cgi-bin/man.cgi?sektion=3&amp;query=mktemp"
          ><code>mktemp(3)</code></a> for more information.
        Correct code using <code>mkstemp</code> includes the source to         Correct code using <code>mkstemp</code> includes the source to
        <code>ed</code> or <code>mail</code>.         <code>ed</code> or <code>mail</code>.
        A rare instance of code that uses <code>mktemp</code> correctly         A rare instance of code that uses <code>mktemp</code> correctly

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54