artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeac25c
)
Add pattern for mwx(4) firmware.
author
claudio
<claudio@openbsd.org>
Wed, 22 May 2024 12:33:07 +0000
(12:33 +0000)
committer
claudio
<claudio@openbsd.org>
Wed, 22 May 2024 12:33:07 +0000
(12:33 +0000)
OK phessler@ martijn@
usr.sbin/fw_update/patterns.c
patch
|
blob
|
history
diff --git
a/usr.sbin/fw_update/patterns.c
b/usr.sbin/fw_update/patterns.c
index
08ae216
..
167760b
100644
(file)
--- a/
usr.sbin/fw_update/patterns.c
+++ b/
usr.sbin/fw_update/patterns.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: patterns.c,v 1.1
2 2024/03/04 17:03:06 deraadt
Exp $ */
+/* $OpenBSD: patterns.c,v 1.1
3 2024/05/22 12:33:07 claudio
Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou. All rights reserved.
@@
-110,6
+110,7
@@
main(void)
printf("%s\n", "iwx");
printf("%s\n", "malo");
printf("%s\n", "mtw");
+ printf("%s\n", "mwx");
printf("%s\n", "ogx");
printf("%s\n", "otus");
printf("%s\n", "pgt");