added some missing 'AUD' entries

This commit is contained in:
Andreas Steffen
2006-10-28 15:24:59 +00:00
parent ede816a786
commit 76adc06e52
+8 -12
View File
@@ -41,18 +41,14 @@ ENUM(signal_names, SIG_ANY, SIG_MAX,
/** should not get printed */ /** should not get printed */
"SIG_DBG_MAX", "SIG_DBG_MAX",
/** all level0 signals are AUDIT signals */ /** all level0 signals are AUDIT signals */
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD", "AUD", "AUD", "AUD",
"AUD",
"AUD",
"AUD",
"AUD",
/** should not get printed */ /** should not get printed */
"SIG_MAX", "SIG_MAX",
); );