]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Add missing definitions
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 9 Apr 2013 07:00:20 +0000 (04:00 -0300)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 9 Apr 2013 07:05:09 +0000 (04:05 -0300)
commit1407064e730732dd20952671077007dd4133f7db
tree381d5ca0aa992cd4c60973f0a2ea8bc16de8b2eb
parent41a51c2af915bc99851446cf604fac99eca1848f
libkmod: Add missing definitions

Depending on kernel header and simply not passing the flags in
finit_module() if this header is not found is not good.

Add a missing.h header in which stuff like this should be added.
Makefile.am
libkmod/libkmod-module.c
libkmod/libkmod-private.h
libkmod/missing.h [new file with mode: 0644]