diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-10-21 04:08:13 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-10-22 18:41:36 +0000 |
| commit | 6aae3517ed2500fb963ba0a4264b4756088dd0f4 (patch) | |
| tree | 908d4029e181694478c80ea53b4eefc11e30b517 /lib/libnetgraph | |
| parent | a23e18ea545675aca7551ef2395f6df40a3acb29 (diff) | |
Diffstat (limited to 'lib/libnetgraph')
| -rw-r--r-- | lib/libnetgraph/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index f44504140b8b..513d3350760d 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -96,7 +96,6 @@ __FBSDID("$FreeBSD$"); #include <netgraph/ng_socket.h> #include <netgraph/ng_source.h> #include <netgraph/ng_split.h> -#include <netgraph/ng_sppp.h> #include <netgraph/ng_tag.h> #include <netgraph/ng_tcpmss.h> #include <netgraph/ng_tee.h> @@ -172,7 +171,6 @@ static const struct ng_cookie cookies[] = { COOKIE(SOCKET), COOKIE(SOURCE), COOKIE(SPLIT), - COOKIE(SPPP), COOKIE(TAG), COOKIE(TCPMSS), COOKIE(TEE), |
