summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-10 21:42:03 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-10 21:42:03 +0000
commit8f77f7c87ca48ebea018d241085cf2bc75f1c59a (patch)
tree8f5a7cb49dc067168e411fdb1ef818b6530dc5b6 /utils
parent0a1602cb7463045d26ecefb91cbdb01f0e2f8fab (diff)
downloadanaconda-8f77f7c87ca48ebea018d241085cf2bc75f1c59a.tar.gz
anaconda-8f77f7c87ca48ebea018d241085cf2bc75f1c59a.tar.xz
anaconda-8f77f7c87ca48ebea018d241085cf2bc75f1c59a.zip
stub
Diffstat (limited to 'utils')
-rw-r--r--utils/moddeps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c
index 1662d7a96..bdecae560 100644
--- a/utils/moddeps.c
+++ b/utils/moddeps.c
@@ -7,6 +7,9 @@
#include "../isys/isys.h"
#include "../loader/modules.h"
+void setFloppyDevice(int flags) {
+}
+
int extractModules(int location, char * modName) {
return 0;
}