mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fix typo
This commit is contained in:
parent
aac3d24d7c
commit
b551ea1b69
1 changed files with 2 additions and 2 deletions
|
|
@ -129,11 +129,11 @@ struct linger {
|
|||
#define AF_NATM 29 /* native ATM access */
|
||||
#define AF_ATM 30 /* ATM */
|
||||
#define pseudo_AF_HDRCMPLT 31 /* Used by BPF to not rewrite headers
|
||||
#define AF_NETGRAPH 32 /* Netgraph sockets */
|
||||
* in interface output routine
|
||||
*/
|
||||
#define AF_NETGRAPH 32 /* Netgraph sockets */
|
||||
|
||||
#define AF_MAX 32
|
||||
#define AF_MAX 33
|
||||
|
||||
/*
|
||||
* Structure used by kernel to store most
|
||||
|
|
|
|||
Loading…
Reference in a new issue