changeset 945:436c60124674

add paramtype in to the list of tags
author Isaac Dunham <idunham@lavabit.com>
date Wed, 10 Jul 2013 21:26:49 -0500
parents b4faf2ae39e8
children b8ab0a8f8cef
files toys/other/modinfo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/other/modinfo.c	Sat Jul 06 11:26:15 2013 -0500
+++ b/toys/other/modinfo.c	Wed Jul 10 21:26:49 2013 -0500
@@ -37,7 +37,8 @@
   int fd, len, i;
   char *buf = 0, *pos, *modinfo_tags[] = {
     "alias", "license", "description", "author", "firmware",
-    "vermagic", "srcversion", "intree", "parm", "depends",
+    "vermagic", "srcversion", "intree", "depends", "parm",
+    "parmtype",
   };
 
   if (-1 != (fd = open(full_name, O_RDONLY))) {