patch-1.3.15 linux/include/linux/module.h
Next file: linux/include/linux/msdos_fs.h
Previous file: linux/include/linux/inet.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Aug 1 10:02:46 1995
- Orig file:
v1.3.14/linux/include/linux/module.h
- Orig date:
Tue Jun 27 14:11:46 1995
diff -u --recursive --new-file v1.3.14/linux/include/linux/module.h linux/include/linux/module.h
@@ -46,7 +46,7 @@
struct internal_symbol {
void *addr;
- char *name;
+ const char *name;
};
struct symbol_table { /* received from "insmod" */
@@ -64,7 +64,7 @@
struct module *next;
struct module_ref *ref; /* the list of modules that refer to me */
struct symbol_table *symtab;
- char *name;
+ const char *name;
int size; /* size of module in pages */
void* addr; /* address of module */
int state;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this