Displaying 1 result from an estimated 1 matches for "depmod_sourc".
Did you mean:
depmod_sources
2005 May 23
3
module-init-tools ported to klibc
...2005-05-12 07:35:25.000000000 +0300
+++ module-init-tools/Makefile.am 2005-05-23 17:27:26.000000000 +0300
@@ -1,9 +1,9 @@
insmod_SOURCES = insmod.c testing.h
lsmod_SOURCES = lsmod.c testing.h
-modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h
-rmmod_SOURCES = rmmod.c testing.h
-depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c depmod.h moduleops.h tables.h list.h testing.h zlibsupport.h
-modinfo_SOURCES = modinfo.c zlibsupport.c testing.h zlibsupport.h
+modprobe_SOURCES = modprobe.c zlibsupport.c mod_libc_wrapper.c testing.h zlibsupport.h mod_libc_wrapper.h
+rmmod_SOURCES...