=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -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,7 +213,7 @@ 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)
+           #if (defined(__unix__) || defined(unix)) && !defined(USG)
            #include <sys/param.h>
            #endif
        
@@ -348,6 +348,6 @@
OpenBSD www@openbsd.org -
$OpenBSD: porting.html,v 1.22 1999/04/09 19:41:01 rohee Exp $ +
$OpenBSD: porting.html,v 1.23 1999/12/20 23:05:46 rohee Exp $