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