diff options
Diffstat (limited to 'lib/libsysdecode/mktables')
| -rw-r--r-- | lib/libsysdecode/mktables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsysdecode/mktables b/lib/libsysdecode/mktables index 2bfbaf529f44..df794b74c168 100644 --- a/lib/libsysdecode/mktables +++ b/lib/libsysdecode/mktables @@ -171,6 +171,7 @@ 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 "nlm_flag" "NLM_F_[A-Z]+[[:space:]]+0x[0-9]+" "netlink/netlink.h" # Generate a .depend file for our output file if [ -n "$output_file" ]; then |
