Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal in_cksum.c

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: Wed, 10 Jan 2001 17:34:07 -0600 (CST)
guy         2001/01/10 17:34:07 CST

  Modified files:
    .                    in_cksum.c 
  Log:
  When testing the low-order bit of a pointer, cast it to "unsigned long",
  not to "int", to squelch complaints from GCC on LP64 platforms such as
  most UNIXes on Alpha.
  
  Revision  Changes    Path
  1.3       +2 -2      ethereal/in_cksum.c