diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-10 22:33:04 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-10 22:33:04 +0000 |
| commit | 56165993312fad2f4f53ed440bb7eae814fa08a2 (patch) | |
| tree | 2e91140aa94a48322313b1636b04c8d4cb005c37 /sys/boot/common/bootstrap.h | |
| parent | a128794977a3126a851055a5113d890488eb111f (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index 93671495c56f..12652d011287 100644 --- a/sys/boot/common/bootstrap.h +++ b/sys/boot/common/bootstrap.h @@ -219,7 +219,6 @@ extern struct file_format *file_formats[]; /* supplied by consumer */ extern struct preloaded_file *preloaded_files; int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]); -int mod_loadobj(char *type, char *name); int mod_loadkld(const char *name, int argc, char *argv[]); struct preloaded_file *file_alloc(void); |
