=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** www/Attic/porting.html 1999/04/09 19:41:01 1.22 --- www/Attic/porting.html 1999/12/20 23:05:46 1.23 *************** *** 213,219 **** This not only defines BSD, it also gives it a proper value. The right code fragment should look like:
!            #if (defined(__unix__) || defined(unix)) && !defined(USG)
             #include <sys/param.h>
             #endif
         
--- 213,219 ---- This not only defines BSD, it also gives it a proper value. The right code fragment should look like:
!            #if (defined(__unix__) || defined(unix)) && !defined(USG)
             #include <sys/param.h>
             #endif
         
*************** *** 348,353 ****
OpenBSD www@openbsd.org !
$OpenBSD: porting.html,v 1.22 1999/04/09 19:41:01 rohee Exp $ --- 348,353 ----
OpenBSD www@openbsd.org !
$OpenBSD: porting.html,v 1.23 1999/12/20 23:05:46 rohee Exp $