Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-rpc.c packet-rpc.h packet-mount.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 19 Nov 1999 17:23:46 -0600 (CST)
guy         1999/11/19 17:23:44 CST

  Modified files:
    .                    packet-rpc.c packet-rpc.h packet-mount.c 
  Log:
  Make various "value_string" tables "const"; this allows the compiler to
  stuff them into shared read-only space.
  
  Put the "VALS()" cast macro into the initialization of an
  "hf_register_info" array.
  
  Revision  Changes    Path
  1.19      +2 -2      ethereal/packet-rpc.c
  1.9       +2 -2      ethereal/packet-rpc.h
  1.6       +4 -5      ethereal/packet-mount.c