diff options
author | Erik Troan <ewt@redhat.com> | 2001-10-09 15:10:05 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-10-09 15:10:05 +0000 |
commit | 30f0f2abb730fcdd73e14057fa64ae7c6ab112fe (patch) | |
tree | 53a2af0cf104be0367d6b7b5b5335278fbc66c84 /utils | |
parent | e0f4370a36956055e96c396fdad2cb3dcfc79d23 (diff) | |
download | anaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.tar.gz anaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.tar.xz anaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.zip |
changed extractModule stub to extractModules()
Diffstat (limited to 'utils')
-rw-r--r-- | utils/moddeps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index ba25b42b2..41227ff5e 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -7,7 +7,7 @@ #include "../isys/isys.h" #include "../loader/modules.h" -int extractModule(location, modName) { +int extractModules(location, modName) { return 0; } |