]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Move missing.h to shared directory
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 01:08:47 +0000 (22:08 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 3 Oct 2014 03:31:10 +0000 (00:31 -0300)
Makefile.am
libkmod/libkmod-internal.h
libkmod/libkmod-signature.c
shared/missing.h [moved from libkmod/missing.h with 100% similarity]

index 8724de598385d92634461040ba33a9c97e4d2218..bc5df92bf45d31027fad3537570e8f344549121d 100644 (file)
@@ -55,9 +55,9 @@ lib_LTLIBRARIES = libkmod/libkmod.la
 
 libkmod_libkmod_la_SOURCES =\
        shared/macro.h \
+       shared/missing.h \
        libkmod/libkmod.h \
        libkmod/libkmod-internal.h \
-       libkmod/missing.h \
        libkmod/libkmod.c \
        libkmod/libkmod-list.c \
        libkmod/libkmod-config.c \
index 5e12d0d9b4f77fc836244c451c0e75ea706fb8c9..79f1a136ce3868d1abac46edc3459d896b79450e 100644 (file)
@@ -6,8 +6,8 @@
 #include <limits.h>
 
 #include <shared/macro.h>
+#include <shared/missing.h>
 
-#include "missing.h"
 #include "libkmod.h"
 
 static _always_inline_ _printf_format_(2, 3) void
index 28f993e021bedb3ec860232033fdd6cde3d633e8..8fe5b403fe0ba2455d4a53ae9622f844404b16b7 100644 (file)
@@ -24,8 +24,9 @@
 #include <string.h>
 #include <stdio.h>
 
+#include <shared/missing.h>
+
 #include "libkmod-internal.h"
-#include "missing.h"
 
 /* These types and tables were copied from the 3.7 kernel sources.
  * As this is just description of the signature format, it should not be
similarity index 100%
rename from libkmod/missing.h
rename to shared/missing.h