diff options
author | Erik Troan <ewt@redhat.com> | 1999-07-21 02:40:24 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-07-21 02:40:24 +0000 |
commit | a300929d80383ce83c24bbdef34736eadc3dad98 (patch) | |
tree | 85aaf82aaedcce410c5e00f5d800a9229e8a9de0 /utils | |
parent | 9b9992ef74b05a656f46be0bcb71ea952a002f2a (diff) | |
download | anaconda-a300929d80383ce83c24bbdef34736eadc3dad98.tar.gz anaconda-a300929d80383ce83c24bbdef34736eadc3dad98.tar.xz anaconda-a300929d80383ce83c24bbdef34736eadc3dad98.zip |
include file version number for --modinfo
Diffstat (limited to 'utils')
-rw-r--r-- | utils/modlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/modlist.c b/utils/modlist.c index 0cf69d30d..60d4cdb4b 100644 --- a/utils/modlist.c +++ b/utils/modlist.c @@ -42,6 +42,7 @@ int main(int argc, char ** argv) { } if (showModInfo) { + printf("Version 0\n"); while ((mod = poptGetArg(optCon))) { mi = isysFindModuleInfo(mod); if (mi) { |