[coreboot] [PATCH 1/6] No need to add varargs magic to a simple regex wrapper.

2011-01-27 Thread Patrick Georgi
Einfaches Textdokument attachment (20110127-1-less-magic-for-regex.diff) Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Index: nvramtool/input_file.c === --- nvramtool.orig/input_file.c +++ nvramtool/input_file.c @@ -88,8

Re: [coreboot] [PATCH 1/6] No need to add varargs magic to a simple regex wrapper.

2011-01-27 Thread Stefan Reinauer
* Patrick Georgi patrick.geo...@secunet.com [110127 15:15]: Einfaches Textdokument attachment (20110127-1-less-magic-for-regex.diff) Not a good changelog suggestion ;-) Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Stefan Reinauer stefan.reina...@coreboot.org --