diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
commit | 685dc743dc3b5645e34836464128e1c0558b404b (patch) | |
tree | 39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/netinet | |
parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
download | src-685dc743dc3b5645e34836464128e1c0558b404b.tar.gz src-685dc743dc3b5645e34836464128e1c0558b404b.zip |
Diffstat (limited to 'sys/netinet')
123 files changed, 0 insertions, 241 deletions
diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 6c55a62dcf80..d5ada4ed12df 100644 --- a/sys/netinet/accf_data.c +++ b/sys/netinet/accf_data.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #define ACCEPT_FILTER_MOD #include <sys/param.h> diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index 485a99e250d3..f06fd64de576 100644 --- a/sys/netinet/accf_http.c +++ b/sys/netinet/accf_http.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #define ACCEPT_FILTER_MOD #include <sys/param.h> diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c index b2c8b484c99d..ea8cb904c7aa 100644 --- a/sys/netinet/cc/cc.c +++ b/sys/netinet/cc/cc.c @@ -49,7 +49,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include <opt_cc.h> #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netinet/cc/cc_cdg.c b/sys/netinet/cc/cc_cdg.c index e6f548baac3b..f6507a7a1490 100644 --- a/sys/netinet/cc/cc_cdg.c +++ b/sys/netinet/cc/cc_cdg.c @@ -49,8 +49,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/hhook.h> #include <sys/kernel.h> diff --git a/sys/netinet/cc/cc_chd.c b/sys/netinet/cc/cc_chd.c index 6b29a296688d..a16d0606b5ef 100644 --- a/sys/netinet/cc/cc_chd.c +++ b/sys/netinet/cc/cc_chd.c @@ -53,8 +53,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/cc/cc_cubic.c b/sys/netinet/cc/cc_cubic.c index 77bb0daadcb1..031091c3b777 100644 --- a/sys/netinet/cc/cc_cubic.c +++ b/sys/netinet/cc/cc_cubic.c @@ -48,8 +48,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/netinet/cc/cc_dctcp.c b/sys/netinet/cc/cc_dctcp.c index 9963db7152ee..29ee63611b80 100644 --- a/sys/netinet/cc/cc_dctcp.c +++ b/sys/netinet/cc/cc_dctcp.c @@ -37,8 +37,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netinet/cc/cc_hd.c b/sys/netinet/cc/cc_hd.c index c90fc4f2acac..db23d10ccc3d 100644 --- a/sys/netinet/cc/cc_hd.c +++ b/sys/netinet/cc/cc_hd.c @@ -54,8 +54,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/cc/cc_htcp.c b/sys/netinet/cc/cc_htcp.c index ea0f14ed12a8..93720c407d5d 100644 --- a/sys/netinet/cc/cc_htcp.c +++ b/sys/netinet/cc/cc_htcp.c @@ -50,8 +50,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/limits.h> diff --git a/sys/netinet/cc/cc_newreno.c b/sys/netinet/cc/cc_newreno.c index 675dbcc46f18..903f0b7761c2 100644 --- a/sys/netinet/cc/cc_newreno.c +++ b/sys/netinet/cc/cc_newreno.c @@ -56,8 +56,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c index d115a7113f74..8748e6def552 100644 --- a/sys/netinet/cc/cc_vegas.c +++ b/sys/netinet/cc/cc_vegas.c @@ -56,8 +56,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/khelp.h> diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 711f2ce153a8..df564b210f9b 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -38,8 +38,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include <sys/param.h> diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 394ee81d6941..c3dd0302fb39 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -50,8 +50,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 76fd0c7a8281..a23d32cff3dd 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #define IN_HISTORICAL_NETS /* include class masks */ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 98317d4dac4a..85d4020df18f 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -38,8 +38,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/mbuf.h> #include <sys/systm.h> diff --git a/sys/netinet/in_debug.c b/sys/netinet/in_debug.c index 03962ab188b5..7535e99f4d4e 100644 --- a/sys/netinet/in_debug.c +++ b/sys/netinet/in_debug.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/netinet/in_fib.c b/sys/netinet/in_fib.c index d84997deb29b..f6bb6bdbb50a 100644 --- a/sys/netinet/in_fib.c +++ b/sys/netinet/in_fib.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_route.h" diff --git a/sys/netinet/in_fib_algo.c b/sys/netinet/in_fib_algo.c index f613f4d544ff..123dacb409e7 100644 --- a/sys/netinet/in_fib_algo.c +++ b/sys/netinet/in_fib_algo.c @@ -26,7 +26,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include <sys/param.h> diff --git a/sys/netinet/in_fib_dxr.c b/sys/netinet/in_fib_dxr.c index 8df6e8bc65ab..e7eede53ea51 100644 --- a/sys/netinet/in_fib_dxr.c +++ b/sys/netinet/in_fib_dxr.c @@ -43,8 +43,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include <sys/param.h> diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index f32b9a4e8d5e..e25a08bb60cf 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_jail.c b/sys/netinet/in_jail.c index ddc300e9f7b6..9b6b8f670df1 100644 --- a/sys/netinet/in_jail.c +++ b/sys/netinet/in_jail.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_kdtrace.c b/sys/netinet/in_kdtrace.c index b6771bfd08d1..e69fe100d48e 100644 --- a/sys/netinet/in_kdtrace.c +++ b/sys/netinet/in_kdtrace.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/sdt.h> diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index ef29a8072ccb..827b8f96b07e 100644 --- a/sys/netinet/in_mcast.c +++ b/sys/netinet/in_mcast.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index e7b5e3221ae4..2586c107ceaf 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ipsec.h" #include "opt_inet.h" diff --git a/sys/netinet/in_prot.c b/sys/netinet/in_prot.c index acdf38973bbd..222e39c6bcd2 100644 --- a/sys/netinet/in_prot.c +++ b/sys/netinet/in_prot.c @@ -30,8 +30,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index e52176f83f7d..e534fdd77635 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_mrouting.h" #include "opt_ipsec.h" #include "opt_inet.h" diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index 8c3974e15ba3..a1c0164e3608 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index d1a41e10115f..28c1e535b783 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -31,8 +31,6 @@ #include "opt_netlink.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index e570418ebc8e..dd0a8b74c013 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -30,8 +30,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_sctp.h" diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 2b8c8241619c..30d2c95ddbd7 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -37,8 +37,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index 15ba528e7e0c..6de799dec1d9 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -59,8 +59,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c index 121db3ddee3a..6d34ba4f5420 100644 --- a/sys/netinet/ip_fastfwd.c +++ b/sys/netinet/ip_fastfwd.c @@ -68,8 +68,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ipstealth.h" #include <sys/param.h> diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index af6d02b140ae..c9356edb0608 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -35,8 +35,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 9352289d62fe..c99499d689db 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include <sys/param.h> diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index 1f65a674c4f8..12dd6c8bf972 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * IP ID generation is a fascinating topic. * diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 5eef4be5ada8..1b080aa65e4e 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_bootp.h" #include "opt_inet.h" #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 124a8cd394cb..2444fd9686f7 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -70,8 +70,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_mrouting.h" diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index 98bef9f844df..41f77a7491f2 100644 --- a/sys/netinet/ip_options.c +++ b/sys/netinet/ip_options.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ipstealth.h" #include <sys/param.h> diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 9c4d98a979ee..bcd4ed4c94c9 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_ipsec.h" #include "opt_kern_tls.h" diff --git a/sys/netinet/ip_reass.c b/sys/netinet/ip_reass.c index 5209dfb0d1cb..6f33c7a8a54b 100644 --- a/sys/netinet/ip_reass.c +++ b/sys/netinet/ip_reass.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include <sys/param.h> diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c index ca16939a6f19..9086a246f83e 100644 --- a/sys/netinet/khelp/h_ertt.c +++ b/sys/netinet/khelp/h_ertt.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/mbuf.h> diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index b8e327d58dde..9bf6b82b9369 100644 --- a/sys/netinet/libalias/alias.c +++ b/sys/netinet/libalias/alias.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Alias.c provides supervisory control for the functions of the packet aliasing software. It consists of routines to monitor diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c index 1f5146a11d25..167201fa1b8f 100644 --- a/sys/netinet/libalias/alias_db.c +++ b/sys/netinet/libalias/alias_db.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include <machine/stdarg.h> #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_dummy.c b/sys/netinet/libalias/alias_dummy.c index 7871003474c5..0de5fe5e7840 100644 --- a/sys/netinet/libalias/alias_dummy.c +++ b/sys/netinet/libalias/alias_dummy.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * Alias_dummy is just an empty skeleton used to demostrate how to write * a module for libalias, that will run unalterated in userland or in diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c index 77577500520e..4a0b616ccf27 100644 --- a/sys/netinet/libalias/alias_ftp.c +++ b/sys/netinet/libalias/alias_ftp.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Alias_ftp.c performs special processing for FTP sessions under TCP. Specifically, when a PORT/EPRT command from the client diff --git a/sys/netinet/libalias/alias_irc.c b/sys/netinet/libalias/alias_irc.c index 4732d6c433d1..3ef336b7333d 100644 --- a/sys/netinet/libalias/alias_irc.c +++ b/sys/netinet/libalias/alias_irc.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Alias_irc.c intercepts packages contain IRC CTCP commands, and changes DCC commands to export a port on the aliasing host instead of an aliased host. diff --git a/sys/netinet/libalias/alias_mod.c b/sys/netinet/libalias/alias_mod.c index dfcb8c778735..ac95f8ebd360 100644 --- a/sys/netinet/libalias/alias_mod.c +++ b/sys/netinet/libalias/alias_mod.c @@ -27,8 +27,6 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include <sys/libkern.h> #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 5d4a6124a50f..766284d5b8e0 100644 --- a/sys/netinet/libalias/alias_nbt.c +++ b/sys/netinet/libalias/alias_nbt.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* alias_nbt.c performs special processing for NetBios over TCP/IP sessions by UDP. diff --git a/sys/netinet/libalias/alias_pptp.c b/sys/netinet/libalias/alias_pptp.c index a43508b502a4..5729298b2a68 100644 --- a/sys/netinet/libalias/alias_pptp.c +++ b/sys/netinet/libalias/alias_pptp.c @@ -37,8 +37,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Includes */ #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index d4df7e86c542..dd685bed760d 100644 --- a/sys/netinet/libalias/alias_proxy.c +++ b/sys/netinet/libalias/alias_proxy.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* file: alias_proxy.c This file encapsulates special operations related to transparent diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index a591bc079dc5..6c67e0d8f006 100644 --- a/sys/netinet/libalias/alias_smedia.c +++ b/sys/netinet/libalias/alias_smedia.c @@ -66,8 +66,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Alias_smedia.c is meant to contain the aliasing code for streaming media protocols. It performs special processing for RSTP sessions under TCP. diff --git a/sys/netinet/libalias/alias_util.c b/sys/netinet/libalias/alias_util.c index cff33b4488f0..0091ba6d4d27 100644 --- a/sys/netinet/libalias/alias_util.c +++ b/sys/netinet/libalias/alias_util.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Alias_util.c contains general utilities used by other functions in the packet aliasing module. At the moment, there are functions diff --git a/sys/netinet/netdump/netdump_client.c b/sys/netinet/netdump/netdump_client.c index c2f10ba52253..35167f690ed2 100644 --- a/sys/netinet/netdump/netdump_client.c +++ b/sys/netinet/netdump/netdump_client.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 7fc5ca2ec712..e6e8b7a56680 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index 0b3f716ccefd..11240bf22317 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_H_ #define _NETINET_SCTP_H_ diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c index 129ef30b3882..436638e594c7 100644 --- a/sys/netinet/sctp_asconf.c +++ b/sys/netinet/sctp_asconf.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> #include <netinet/sctp_sysctl.h> diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index b5232f0297e6..4d04e8466d75 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_ASCONF_H_ #define _NETINET_SCTP_ASCONF_H_ diff --git a/sys/netinet/sctp_auth.c b/sys/netinet/sctp_auth.c index 29ad584ccd84..a1d25a588daa 100644 --- a/sys/netinet/sctp_auth.c +++ b/sys/netinet/sctp_auth.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp.h> #include <netinet/sctp_header.h> diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h index 1056bcdcd13c..45deaabf4059 100644 --- a/sys/netinet/sctp_auth.h +++ b/sys/netinet/sctp_auth.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_AUTH_H_ #define _NETINET_SCTP_AUTH_H_ diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c index c2f6b786948a..9f36e0dd020e 100644 --- a/sys/netinet/sctp_bsd_addr.c +++ b/sys/netinet/sctp_bsd_addr.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> #include <netinet/sctp_pcb.h> diff --git a/sys/netinet/sctp_bsd_addr.h b/sys/netinet/sctp_bsd_addr.h index dbe2301d008a..8100ba5225ee 100644 --- a/sys/netinet/sctp_bsd_addr.h +++ b/sys/netinet/sctp_bsd_addr.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_BSD_ADDR_H_ #define _NETINET_SCTP_BSD_ADDR_H_ diff --git a/sys/netinet/sctp_cc_functions.c b/sys/netinet/sctp_cc_functions.c index 342b4126698b..1e515a9d69e3 100644 --- a/sys/netinet/sctp_cc_functions.c +++ b/sys/netinet/sctp_cc_functions.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> #include <netinet/sctp_sysctl.h> diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 3772a933bf85..c3db6f733a53 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_CONSTANTS_H_ #define _NETINET_SCTP_CONSTANTS_H_ diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c index 816a72bbea7b..60d8bc38735a 100644 --- a/sys/netinet/sctp_crc32.c +++ b/sys/netinet/sctp_crc32.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_sctp.h" #include <sys/param.h> diff --git a/sys/netinet/sctp_crc32.h b/sys/netinet/sctp_crc32.h index 96ab7b96b6e4..48a7d3269da5 100644 --- a/sys/netinet/sctp_crc32.h +++ b/sys/netinet/sctp_crc32.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_CRC32_H_ #define _NETINET_SCTP_CRC32_H_ diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index d077c4573bf2..a55974a50f22 100644 --- a/sys/netinet/sctp_header.h +++ b/sys/netinet/sctp_header.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_HEADER_H_ #define _NETINET_SCTP_HEADER_H_ diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index ba2504d0fea8..25819af0bdb2 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <sys/proc.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_indata.h b/sys/netinet/sctp_indata.h index ac8e6f318fe1..9b2721c6adce 100644 --- a/sys/netinet/sctp_indata.h +++ b/sys/netinet/sctp_indata.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_INDATA_H_ #define _NETINET_SCTP_INDATA_H_ diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index c585e31c8296..278ad974ca77 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_var.h> #include <netinet/sctp_sysctl.h> diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index ca6cfff005bc..b2ea94ef067e 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_INPUT_H_ #define _NETINET_SCTP_INPUT_H_ diff --git a/sys/netinet/sctp_kdtrace.c b/sys/netinet/sctp_kdtrace.c index 3b764c11d840..01af53758728 100644 --- a/sys/netinet/sctp_kdtrace.c +++ b/sys/netinet/sctp_kdtrace.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/kernel.h> #include <sys/sdt.h> diff --git a/sys/netinet/sctp_kdtrace.h b/sys/netinet/sctp_kdtrace.h index 3b4d349537b9..b86a689802b3 100644 --- a/sys/netinet/sctp_kdtrace.h +++ b/sys/netinet/sctp_kdtrace.h @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_KDTRACE_H_ #define _NETINET_SCTP_KDTRACE_H_ diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h index a0cff81e706e..4e9197917a9e 100644 --- a/sys/netinet/sctp_lock_bsd.h +++ b/sys/netinet/sctp_lock_bsd.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_LOCK_BSD_H_ #define _NETINET_SCTP_LOCK_BSD_H_ diff --git a/sys/netinet/sctp_module.c b/sys/netinet/sctp_module.c index 90af6a4437ee..2e229658efd9 100644 --- a/sys/netinet/sctp_module.c +++ b/sys/netinet/sctp_module.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index 6964ff0857a1..48ce05239402 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OS_H_ #define _NETINET_SCTP_OS_H_ diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index 0d88377523c8..77c7b33b544b 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OS_BSD_H_ #define _NETINET_SCTP_OS_BSD_H_ /* diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 7e32cc662f38..eca44840e48d 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <sys/proc.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index e6ee80c41f1a..d522812c59db 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OUTPUT_H_ #define _NETINET_SCTP_OUTPUT_H_ diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c index 0f1d2291a819..e88392c1515f 100644 --- a/sys/netinet/sctp_pcb.c +++ b/sys/netinet/sctp_pcb.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <sys/proc.h> #include <netinet/sctp_var.h> diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 7b94a40bcfa4..0a18d457e3c0 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_PCB_H_ #define _NETINET_SCTP_PCB_H_ diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index aeff4acb9dae..ff92bd4d5d88 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> #include <netinet/sctputil.h> diff --git a/sys/netinet/sctp_peeloff.h b/sys/netinet/sctp_peeloff.h index 478b1995f7ed..8be10d00e5de 100644 --- a/sys/netinet/sctp_peeloff.h +++ b/sys/netinet/sctp_peeloff.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_PEELOFF_H_ #define _NETINET_SCTP_PEELOFF_H_ #if defined(_KERNEL) diff --git a/sys/netinet/sctp_ss_functions.c b/sys/netinet/sctp_ss_functions.c index 69cd49617d05..896a55c6fbc5 100644 --- a/sys/netinet/sctp_ss_functions.c +++ b/sys/netinet/sctp_ss_functions.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_pcb.h> /* diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index ceec7687f7ee..cc9275831fec 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_STRUCTS_H_ #define _NETINET_SCTP_STRUCTS_H_ diff --git a/sys/netinet/sctp_syscalls.c b/sys/netinet/sctp_syscalls.c index a4824e963bfa..a5e4fa8f9603 100644 --- a/sys/netinet/sctp_syscalls.c +++ b/sys/netinet/sctp_syscalls.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_sctp.h" #include "opt_ktrace.h" diff --git a/sys/netinet/sctp_sysctl.c b/sys/netinet/sctp_sysctl.c index b48aedf0b950..3a8211f4011f 100644 --- a/sys/netinet/sctp_sysctl.c +++ b/sys/netinet/sctp_sysctl.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp.h> #include <netinet/sctp_constants.h> diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index 12a7c5200b40..fa9c6480919d 100644 --- a/sys/netinet/sctp_sysctl.h +++ b/sys/netinet/sctp_sysctl.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_SYSCTL_H_ #define _NETINET_SCTP_SYSCTL_H_ diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index c808b6751384..3cf3baec7ad3 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #define _IP_VHL #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index 6c6d37c88f99..846e99fc59e2 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_TIMER_H_ #define _NETINET_SCTP_TIMER_H_ diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index d25df39dd981..4bd9aa154fed 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_UIO_H_ #define _NETINET_SCTP_UIO_H_ diff --git a/sys/netinet/sctp_usrreq.c b/sys/netinet/sctp_usrreq.c index 022ff0265a7e..4e53f3b99ac7 100644 --- a/sys/netinet/sctp_usrreq.c +++ b/sys/netinet/sctp_usrreq.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <sys/proc.h> #include <netinet/sctp_pcb.h> diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h index 1dd748b8c798..f76f902f1697 100644 --- a/sys/netinet/sctp_var.h +++ b/sys/netinet/sctp_var.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_VAR_H_ #define _NETINET_SCTP_VAR_H_ diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index 3a952a452289..eddbb7d5a98e 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <netinet/sctp_os.h> #include <netinet/sctp_pcb.h> #include <netinet/sctputil.h> diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index d74780cdccf7..f0f6d6bccfc7 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_UTIL_H_ #define _NETINET_SCTP_UTIL_H_ diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index 9154f89fba30..58603e4aa53c 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -61,8 +61,6 @@ ******************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/alq.h> #include <sys/errno.h> diff --git a/sys/netinet/tcp_ecn.c b/sys/netinet/tcp_ecn.c index b0902ec31272..97f3001f8836 100644 --- a/sys/netinet/tcp_ecn.c +++ b/sys/netinet/tcp_ecn.c @@ -57,8 +57,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_fastopen.c b/sys/netinet/tcp_fastopen.c index d1339031a00a..9b6f9c17b05c 100644 --- a/sys/netinet/tcp_fastopen.c +++ b/sys/netinet/tcp_fastopen.c @@ -164,8 +164,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include <sys/param.h> diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index 1d1d9375393b..ed90a9ba7196 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -66,8 +66,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include <sys/param.h> diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c index a10355a38b6f..92b2f69c9e58 100644 --- a/sys/netinet/tcp_hpts.c +++ b/sys/netinet/tcp_hpts.c @@ -24,8 +24,6 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_rss.h" diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index b66e4e9d17ac..11ec7d2d74d2 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -50,8 +50,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_log_buf.c b/sys/netinet/tcp_log_buf.c index be15c6735fca..5e168c5066e4 100644 --- a/sys/netinet/tcp_log_buf.c +++ b/sys/netinet/tcp_log_buf.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include <sys/param.h> #include <sys/arb.h> diff --git a/sys/netinet/tcp_lro.c b/sys/netinet/tcp_lro.c index bea9f8f4d39e..e87b32b55b47 100644 --- a/sys/netinet/tcp_lro.c +++ b/sys/netinet/tcp_lro.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_offload.c b/sys/netinet/tcp_offload.c index c1d73092798c..0a37d0a8ba30 100644 --- a/sys/netinet/tcp_offload.c +++ b/sys/netinet/tcp_offload.c @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 800480413586..d83d4b8d65b1 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c index e96e901c26ab..1834c702c493 100644 --- a/sys/netinet/tcp_ratelimit.c +++ b/sys/netinet/tcp_ratelimit.c @@ -32,7 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_ratelimit.h b/sys/netinet/tcp_ratelimit.h index f5d8f1ec6b1a..e33e9d47ff5a 100644 --- a/sys/netinet/tcp_ratelimit.h +++ b/sys/netinet/tcp_ratelimit.h @@ -25,7 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * __FBSDID("$FreeBSD$"); * */ /** diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index 77d1d9fa31bf..4ca56a9c2633 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index 5900bc19e2e0..fca4b99ee83b 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -73,8 +73,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c index 229f895b0285..013bd0982fd3 100644 --- a/sys/netinet/tcp_stacks/bbr.c +++ b/sys/netinet/tcp_stacks/bbr.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index 5bfca4e3a687..a6e649f78c10 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -25,8 +25,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack_bbr_common.c b/sys/netinet/tcp_stacks/rack_bbr_common.c index 625825fc7ed6..b265e8e6f20b 100644 --- a/sys/netinet/tcp_stacks/rack_bbr_common.c +++ b/sys/netinet/tcp_stacks/rack_bbr_common.c @@ -31,8 +31,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack_bbr_common.h b/sys/netinet/tcp_stacks/rack_bbr_common.h index 9ac4a5625a13..9e5fbe675a3a 100644 --- a/sys/netinet/tcp_stacks/rack_bbr_common.h +++ b/sys/netinet/tcp_stacks/rack_bbr_common.h @@ -23,8 +23,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * __FBSDID("$FreeBSD$"); */ /* Common defines and such used by both RACK and BBR */ diff --git a/sys/netinet/tcp_stacks/sack_filter.c b/sys/netinet/tcp_stacks/sack_filter.c index 19b32acb2c7f..e82fcee2ffac 100644 --- a/sys/netinet/tcp_stacks/sack_filter.c +++ b/sys/netinet/tcp_stacks/sack_filter.c @@ -24,7 +24,6 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #ifndef _KERNEL #define _WANT_TCPCB 1 #endif diff --git a/sys/netinet/tcp_stacks/sack_filter.h b/sys/netinet/tcp_stacks/sack_filter.h index 2d01a0c15471..39cbdbac3ed1 100644 --- a/sys/netinet/tcp_stacks/sack_filter.h +++ b/sys/netinet/tcp_stacks/sack_filter.h @@ -23,8 +23,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * __FBSDID("$FreeBSD$"); */ /* diff --git a/sys/netinet/tcp_stacks/tailq_hash.c b/sys/netinet/tcp_stacks/tailq_hash.c index 2e3b57be2388..0792905e0128 100644 --- a/sys/netinet/tcp_stacks/tailq_hash.c +++ b/sys/netinet/tcp_stacks/tailq_hash.c @@ -1,6 +1,4 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stats.c b/sys/netinet/tcp_stats.c index 4baf964ff9b4..0d925f52fc50 100644 --- a/sys/netinet/tcp_stats.c +++ b/sys/netinet/tcp_stats.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/arb.h> #include <sys/errno.h> diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 47eb2d80efd6..696bd40f7ada 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 986d4d068f96..ffde6a4b88c9 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -33,8 +33,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 6126d85c7565..ad407d5c111a 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_rss.h" diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 0d144cb04e55..1de6a2bfec0e 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index cd2263245b56..811dfbaa51bd 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -38,8 +38,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/toecore.c b/sys/netinet/toecore.c index 974ed7818742..5f5863431dfe 100644 --- a/sys/netinet/toecore.c +++ b/sys/netinet/toecore.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index f039675b1e55..70d738bf2108 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -39,8 +39,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" |