mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
remove unneeded declarations
This commit is contained in:
parent
9a027ea9a4
commit
7038c6d2c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180651
@ -3,7 +3,6 @@
|
||||
#ifndef CXGB_TCP_OFFLOAD_H_
|
||||
#define CXGB_TCP_OFFLOAD_H_
|
||||
|
||||
struct tcpcb;
|
||||
struct socket;
|
||||
struct sockbuf;
|
||||
|
||||
@ -12,8 +11,6 @@ void sockbuf_lock_assert(struct sockbuf *);
|
||||
void sockbuf_unlock(struct sockbuf *);
|
||||
int sockbuf_sbspace(struct sockbuf *);
|
||||
|
||||
struct tcphdr;
|
||||
struct tcpopt;
|
||||
|
||||
#ifndef _SYS_SOCKETVAR_H_
|
||||
#include <sys/selinfo.h>
|
||||
|
Loading…
Reference in New Issue
Block a user