summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorhastings <hastings@cvs.openbsd.org>2022-03-10 07:12:14 +0000
committerhastings <hastings@cvs.openbsd.org>2022-03-10 07:12:14 +0000
commitc0477906d5396e4e9688855210ec3c066eec4415 (patch)
tree5656c16a2c1b47eafcd693c115aa2b3cf5f176a8 /usr.sbin
parentb3ec48db1642f5354f1421a6ccecf26438e391e3 (diff)
Inform fw_update(8) about mtw(4) pattern.
ok jsg@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fw_update/patterns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/fw_update/patterns.c b/usr.sbin/fw_update/patterns.c
index 9078be60ba2..d7cbab70c16 100644
--- a/usr.sbin/fw_update/patterns.c
+++ b/usr.sbin/fw_update/patterns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: patterns.c,v 1.2 2022/01/29 22:33:43 afresh1 Exp $ */
+/* $OpenBSD: patterns.c,v 1.3 2022/03/10 07:12:13 hastings Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou. All rights reserved.
@@ -103,6 +103,7 @@ main(void)
printf("%s\n", "iwn");
printf("%s\n", "iwx");
printf("%s\n", "malo");
+ printf("%s\n", "mtw");
printf("%s\n", "ogx");
printf("%s\n", "otus");
printf("%s\n", "pgt");