diff options
author | Bill Nottingham <notting@redhat.com> | 2004-03-05 19:17:39 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-03-05 19:17:39 +0000 |
commit | 57b85ff689790b663b9b13b6b02f49a36bdd7d44 (patch) | |
tree | 802b4c49793513a540d8a1745e3b1369ee9d0fef /loader2/modules.c | |
parent | f2ae036638851637b3447f40c63aeffd446cc559 (diff) | |
download | anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.tar.gz anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.tar.xz anaconda-57b85ff689790b663b9b13b6b02f49a36bdd7d44.zip |
various other foo.o -> foo.ko conversions
Diffstat (limited to 'loader2/modules.c')
-rw-r--r-- | loader2/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c index 74637bb15..158ee6a9a 100644 --- a/loader2/modules.c +++ b/loader2/modules.c @@ -276,7 +276,7 @@ static int loadModule(const char * modName, struct extractedModule * path, } } - sprintf(fileName, "%s.o", modName); + sprintf(fileName, "%s.ko", modName); for (argPtr = args; argPtr && *argPtr; argPtr++) { strcat(fileName, " "); strcat(fileName, *argPtr); |