Skip to content
Snippets Groups Projects
Commit ed24b182 authored by rswindell's avatar rswindell
Browse files

There's no reason for net_t to be packed.

parent c1432997
No related branches found
No related tags found
No related merge requests found
......@@ -517,6 +517,10 @@ typedef struct _PACK { /* FidoNet address (zone:net/node.point) */
} fidoaddr_t;
#if defined(PRAGMA_PACK)
#pragma pack(pop) /* original packing */
#endif
typedef struct _PACK { /* Network (type and address) */
ushort type;
......@@ -524,10 +528,6 @@ typedef struct _PACK { /* Network (type and address) */
} net_t;
#if defined(PRAGMA_PACK)
#pragma pack(pop) /* original packing */
#endif
typedef struct { /* Message */
idxrec_t idx; /* Index */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment