summaryrefslogtreecommitdiff
path: root/isisd/isis_pdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_pdu.h')
-rw-r--r--isisd/isis_pdu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/isisd/isis_pdu.h b/isisd/isis_pdu.h
index 29c76211..95c1ee4f 100644
--- a/isisd/isis_pdu.h
+++ b/isisd/isis_pdu.h
@@ -24,6 +24,10 @@
#ifndef _ZEBRA_ISIS_PDU_H
#define _ZEBRA_ISIS_PDU_H
+#ifdef __SUNPRO_C
+#pragma pack(1)
+#endif
+
/*
* ISO 9542 - 7.5,7.6
*
@@ -222,6 +226,10 @@ struct isis_partial_seqnum_hdr
};
#define ISIS_PSNP_HDRLEN 9
+#ifdef __SUNPRO_C
+#pragma pack()
+#endif
+
/*
* Function for receiving IS-IS PDUs
*/