Move modprobe & depmod's identical logging code into a shared file
commitab7e4660370d9ff755345364e127bc460ae17632
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 13 Oct 2008 05:47:53 +0000 (13 01:47 -0400)
committerJon Masters <jcm@jonmasters.org>
Mon, 13 Oct 2008 05:47:53 +0000 (13 01:47 -0400)
tree81bbaffdcd0a75d27f2df3d993be982bb6cab608
parent8acbf726bd1b474daa1332487c4b779a786ddb8e
Move modprobe & depmod's identical logging code into a shared file

This is groundwork for index.c which will also use this logging,
and will in turn be used from both depmod and modprobe.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
Makefile.am
depmod.c
depmod.h
logging.c [new file with mode: 0644]
logging.h [new file with mode: 0644]
modprobe.c
moduleops.c