summaryrefslogtreecommitdiffstats
path: root/sbin/devd/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/token.l')
-rw-r--r--sbin/devd/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/token.l b/sbin/devd/token.l
index 03a5a72..0aa8cb6 100644
--- a/sbin/devd/token.l
+++ b/sbin/devd/token.l
@@ -93,6 +93,7 @@ device-name { return DEVICE_NAME; }
action { return ACTION; }
match { return MATCH; }
nomatch { return NOMATCH; }
+notify { return NOTIFY; }
[A-Za-z][A-Za-z0-9_-]* {
yylval.str = strdup(yytext);
return ID;
OpenPOWER on IntegriCloud