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

Diff for /www/Attic/porting.html between version 1.22 and 1.23

version 1.22, 1999/04/09 19:41:01 version 1.23, 1999/12/20 23:05:46
Line 213 
Line 213 
        This not only defines <code>BSD</code>, it also gives it a proper value.         This not only defines <code>BSD</code>, it also gives it a proper value.
        The right code fragment should look like:         The right code fragment should look like:
        <pre>         <pre>
            #if (defined(__unix__) || defined(unix)) && !defined(USG)             #if (defined(__unix__) || defined(unix)) &amp;&amp; !defined(USG)
            #include &lt;sys/param.h&gt;             #include &lt;sys/param.h&gt;
            #endif             #endif
        </pre>         </pre>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23