From: Itsuro O. <od...@us...> - 2006-01-12 04:43:18
|
Update of /cvsroot/mkdump/mkexec/2.0/2.6/include/asm-x86_64 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7934/include/asm-x86_64 Modified Files: mkexec_import.h Log Message: for debian Index: mkexec_import.h =================================================================== RCS file: /cvsroot/mkdump/mkexec/2.0/2.6/include/asm-x86_64/mkexec_import.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mkexec_import.h 9 Dec 2005 13:18:10 -0000 1.2 --- mkexec_import.h 12 Jan 2006 04:43:03 -0000 1.3 *************** *** 37,40 **** --- 37,41 ---- IMPORT_SYMBOL(saved_command_line); IMPORT_SYMBOL(crashmem_get); + IMPORT_SYMBOL(kallsyms_lookup_name); IMPORT_SYMBOL(end_pfn); |