/* ================================================================================== */
/* Copyright (c) 1998-1999 3Com Corporation or its subsidiaries. All rights reserved. */
/* ================================================================================== */

#if defined(__GNUC__)
#pragma pack()
#endif

#if defined (_MSC_VER)
#pragma pack (pop)
#endif

#if PRAGMA_STRUCT_ALIGN
#pragma options align=reset
#endif
