summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-28 19:51:57 +0000
committerMatt Wilson <msw@redhat.com>2000-04-28 19:51:57 +0000
commit13f701182c49f4931676a1850994c4e398553243 (patch)
tree501001fc279b7ff55e3771173cd6be60dc2c78c8 /utils
parent6429f95aeffac054ab81732e1eb69cfb03795c25 (diff)
downloadanaconda-13f701182c49f4931676a1850994c4e398553243.tar.gz
anaconda-13f701182c49f4931676a1850994c4e398553243.tar.xz
anaconda-13f701182c49f4931676a1850994c4e398553243.zip
make a stub for the newt function that is in ../loader/modules.o
Diffstat (limited to 'utils')
-rw-r--r--utils/moddeps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c
index 64aa7bc76..ba25b42b2 100644
--- a/utils/moddeps.c
+++ b/utils/moddeps.c
@@ -7,6 +7,10 @@
#include "../isys/isys.h"
#include "../loader/modules.h"
+int extractModule(location, modName) {
+ return 0;
+}
+
int main(int argc, char ** argv) {
poptContext optCon;
char * modDepsFile = NULL;