diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2026-07-06 19:41:25 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-06 19:41:25 +0000 |
| commit | f01c509568f25c8003bf2b0c5f6fa008e5f8f810 (patch) | |
| tree | b6b05ce000ecbe286220a6ba1c7db8173569a298 /lib/libsysdecode | |
| parent | 8b197806dcdff5673dd4f77a97bf46035d14db2a (diff) | |
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables index df742ff62f39..9e08246d50cc 100644 --- a/lib/libsysdecode/mktables +++ b/lib/libsysdecode/mktables @@ -189,7 +189,7 @@ else fi gen_table "shmflags" "SHM_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/mman.h" "SHM_ANON" gen_table "itimerwhich" "ITIMER_[A-Z]+[[:space:]]+[0-9]+" "sys/time.h" -gen_table "pfnl_cmd" "PFNL_CMD_[A-Z_]+[[:space:]]+[0-9]+" "netpfil/pf/pf_nl.h" +gen_table_enum "pfnl_cmd" "PFNL_CMD_[A-Z_]+" "netpfil/pf/pf_nl.h" gen_table "nlm_flag" "NLM_F_[A-Z]+[[:space:]]+0x[0-9]+" "netlink/netlink.h" # Generate a .depend file for our output file |
