Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc README.developer

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Mar 2003 16:41:39 -0600 (CST)
guy         2003/03/06 16:41:39 CST

  Modified files:
    doc                  README.developer 
  Log:
  Throw in some additional portability notes about:
  
  	not using "%l[doux]" with guint32;
  
  	not including <unistd.h> without #ifdef HAVE_UNISTD_H;
  
  	not fopening binary files with "r", "w", etc., and not opening
  	them with "open()" without using O_BINARY.
  
  Revision  Changes    Path
  1.72      +37 -4     ethereal/doc/README.developer