=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/porting.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- www/Attic/porting.html 2007/06/18 15:27:16 1.57 +++ www/Attic/porting.html 2009/01/27 13:19:14 1.58 @@ -12,7 +12,7 @@ + content="This document copyright 1997-2009 by OpenBSD."> Building an OpenBSD port @@ -315,6 +315,17 @@ are able to do a better job with some very frequent functions such as strlen if you include the right header file. +
  • Carefully check the build log for any compiler warnings. + +
  • Don't use the name of a standard system function for anything else. If you want to write your own function, give it its own name, and call that function everywhere. If you wish to revert to the @@ -406,6 +417,6 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: porting.html,v 1.57 2007/06/18 15:27:16 espie Exp $ +
    $OpenBSD: porting.html,v 1.58 2009/01/27 13:19:14 sthen Exp $