Cleanup: Rename patches.i to patches.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 7 May 2020 14:51:03 +0000 (10:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 7 May 2020 14:53:13 +0000 (10:53 -0400)
commit7ca11e776d8a72e0c7b277dbd9d7455e38607430
tree387b65252c5ae81480648a21fb73db3321bc027e
parentcfa6cc1d0f01c2cfcc1a679abf3a6572d411c309
Cleanup: Rename patches.i to patches.h

This generated header file contains a list of patches applied on the
lttng-modules tree. Based on the C99 specification, ".i" files are not
supposed to be preprocessed, although this header header file is
expected to be preprocessed.

Rename it from ".i" to ".h" to convey that it is a C header meant to be
preprocessed.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
scripts/extra-version-patches.sh
src/lttng-events.c
src/lttng-wrapper-impl.c
This page took 0.024407 seconds and 5 git commands to generate.