Deleted Added
full compact
38c38
< * $FreeBSD: head/sys/netinet/cc.h 277054 2015-01-12 08:33:04Z hiren $
---
> * $FreeBSD: head/sys/netinet/tcp_cc.h 294535 2016-01-21 22:34:51Z glebius $
51,52c51,52
< #ifndef _NETINET_CC_H_
< #define _NETINET_CC_H_
---
> #ifndef _NETINET_TCP_CC_H_
> #define _NETINET_TCP_CC_H_
54,55c54,56
< /* XXX: TCP_CA_NAME_MAX define lives in tcp.h for compat reasons. */
< #include <netinet/tcp.h>
---
> #if !defined(_KERNEL)
> #error "no user-servicable parts inside"
> #endif
174c175
< #endif /* _NETINET_CC_H_ */
---
> #endif /* _NETINET_TCP_CC_H_ */