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/libalias/alias.c | |
parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
download | src-685dc743dc3b5645e34836464128e1c0558b404b.tar.gz src-685dc743dc3b5645e34836464128e1c0558b404b.zip |
Diffstat (limited to 'sys/netinet/libalias/alias.c')
-rw-r--r-- | sys/netinet/libalias/alias.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |