aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcswils.c
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2003-01-30 22:25:03 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2003-01-30 22:25:03 +0000
commit41f553295b3811e9f1ad572c013627a5a505113c (patch)
tree3983c04f2f4530a62b2fff68c334ab2ff481b0cb /packet-fcswils.c
parentc71ab1ad32e44aa11edbf130ee5ec2c44feedb71 (diff)
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.c8
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;