diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2014-12-02 20:29:29 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2014-12-02 20:29:29 +0000 |
commit | 4e88d37a2a73e1b859e8dd89f94f318ae7933230 (patch) | |
tree | 22e40559c9fbf2d130277c086e440c10c710022c /sys/netinet/sctp_pcb.h | |
parent | bd19924f6b4f064ab31e4c5a1384b7ed4d1f458d (diff) |
Do the renaming of sb_cc to sb_ccc in a way with less code changes by
using a macro.
This is an alternate approach to
https://svnweb.freebsd.org/changeset/base/275326
which is easier to handle upstream.
Discussed with: rrs, glebius
Notes
Notes:
svn path=/head/; revision=275427
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 25416283f916..c9183b1d8207 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -369,7 +369,7 @@ struct sctp_inpcb { } ip_inp; - /* Socket buffer lock protects read_queue and of course sb_ccc */ + /* Socket buffer lock protects read_queue and of course sb_cc */ struct sctp_readhead read_queue; LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ |