diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 2003-01-30 22:25:03 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 2003-01-30 22:25:03 +0000 |
commit | 41f553295b3811e9f1ad572c013627a5a505113c (patch) | |
tree | 3983c04f2f4530a62b2fff68c334ab2ff481b0cb /packet-fcswils.c | |
parent | c71ab1ad32e44aa11edbf130ee5ec2c44feedb71 (diff) | |
download | wireshark-41f553295b3811e9f1ad572c013627a5a505113c.tar.gz wireshark-41f553295b3811e9f1ad572c013627a5a505113c.tar.bz2 wireshark-41f553295b3811e9f1ad572c013627a5a505113c.zip |
Remove unprotected use of GCC __attribute__ in an unused #define
svn path=/trunk/; revision=7047
Diffstat (limited to 'packet-fcswils.c')
-rw-r--r-- | packet-fcswils.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-fcswils.c b/packet-fcswils.c index cbf45aafbf..910144a168 100644 --- a/packet-fcswils.c +++ b/packet-fcswils.c @@ -2,7 +2,7 @@ * Routines for FC Inter-switch link services * Copyright 2001, Dinesh G Dutt <ddutt@cisco.com> * - * $Id: packet-fcswils.c,v 1.1 2002/12/08 02:32:17 gerald Exp $ + * $Id: packet-fcswils.c,v 1.2 2003/01/30 22:25:03 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -198,12 +198,6 @@ typedef struct _fcswils_conv_data { guint32 opcode; } fcswils_conv_data_t; -#ifndef WIN32 -#define PACKED __attribute__((__packed__)) -#else -#define PACKED -#endif - GHashTable *fcswils_req_hash = NULL; GMemChunk *fcswils_req_keys = NULL; GMemChunk *fcswils_req_vals = NULL; |