Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-sctp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 7 Jun 2003 19:38:38 -0500 (CDT)
guy         2003/06/07 19:38:38 CDT

  Modified files:
    .                    packet-sctp.c 
  Log:
  The GCC 2.7.2.3 in FreeBSD 3.4, at least, requires
  "__attribute__((unused))" to come after the unused argument; it gives a
  syntax error if it appears before the argument.
  
  Revision  Changes    Path
  1.57      +8 -8      ethereal/packet-sctp.c