diff options
Diffstat (limited to 'sys/netinet/sctp_os_bsd.h')
-rw-r--r-- | sys/netinet/sctp_os_bsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index 9a1dc43..b30e249 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -272,6 +272,7 @@ typedef struct callout sctp_os_timer_t; /* The packed define for 64 bit platforms */ #define SCTP_PACKED __attribute__((packed)) +#define SCTP_UNUSED __attribute__((unused)) /* * Functions |