diff options
author | Randall Stewart <rrs@FreeBSD.org> | 2007-09-08 11:35:11 +0000 |
---|---|---|
committer | Randall Stewart <rrs@FreeBSD.org> | 2007-09-08 11:35:11 +0000 |
commit | ceaad40ae729dea2c5d8ffcfdd45bb96fb8969d2 (patch) | |
tree | 33156f38f2aa559546f6d475b9777be0710945b3 /sys/netinet/sctp_os_bsd.h | |
parent | fadab4537044dd94fca7569d577c43a0688f6c4c (diff) | |
download | src-test2-ceaad40ae729dea2c5d8ffcfdd45bb96fb8969d2.tar.gz src-test2-ceaad40ae729dea2c5d8ffcfdd45bb96fb8969d2.zip |
Notes
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 9a1dc43846a7..b30e2499f252 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 |